Home
last modified time | relevance | path

Searched refs:xfs_fsize_t (Results 1 – 14 of 14) sorted by relevance

/linux/fs/xfs/
A Dxfs_inode.h58 xfs_fsize_t i_disk_size; /* number of bytes in file */
186 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE()
197 static inline xfs_fsize_t
198 xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size) in xfs_new_eof()
200 xfs_fsize_t i_size = i_size_read(VFS_I(ip)); in xfs_new_eof()
548 struct xfs_inode *, int, xfs_fsize_t, int);
567 xfs_fsize_t new_size) in xfs_itruncate_extents()
A Dxfs_symlink.c37 xfs_fsize_t pathlen; in xfs_readlink()
A Dxfs_aops.c55 xfs_fsize_t isize; in xfs_setfilesize()
A Dxfs_trace.h1426 __field(xfs_fsize_t, size)
1549 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size),
1554 __field(xfs_fsize_t, size)
1555 __field(xfs_fsize_t, new_size)
1572 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), \
1583 __field(xfs_fsize_t, size)
1609 __field(xfs_fsize_t, size)
5124 __field(xfs_fsize_t, isize1)
5125 __field(xfs_fsize_t, isize2)
5126 __field(xfs_fsize_t, new_isize1)
[all …]
A Dxfs_iomap.c576 xfs_fsize_t i_size; in xfs_iomap_write_unwritten()
A Dxfs_inode.c1017 xfs_fsize_t new_size, in xfs_itruncate_extents_flags()
/linux/fs/xfs/libxfs/
A Dxfs_exchmaps.h24 xfs_fsize_t xmi_isize1;
25 xfs_fsize_t xmi_isize2;
A Dxfs_types.h18 typedef int64_t xfs_fsize_t; /* bytes in a file */ typedef
A Dxfs_exchmaps.c88 xfs_fsize_t new_isize) in xfs_exchmaps_update_size()
91 xfs_fsize_t len; in xfs_exchmaps_update_size()
A Dxfs_log_format.h429 xfs_fsize_t di_size; /* number of bytes in file */
A Dxfs_format.h462 #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog)
A Dxfs_dir2.c639 xfs_fsize_t size; /* directory file (data) size */ in xfs_dir2_grow_inode()
/linux/fs/xfs/scrub/
A Dtrace.h2404 __field(xfs_fsize_t, size)
/linux/Documentation/filesystems/xfs/
A Dxfs-online-fsck-design.rst4101 xfs_fsize_t xmi_isize1;
4102 xfs_fsize_t xmi_isize2;

Completed in 53 milliseconds