Searched refs:xfs_fsize_t (Results 1 – 10 of 10) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_inode.h | 68 xfs_fsize_t i_disk_size; /* number of bytes in file */ 197 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE() 208 static inline xfs_fsize_t 209 xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size) in xfs_new_eof() 211 xfs_fsize_t i_size = i_size_read(VFS_I(ip)); in xfs_new_eof() 582 struct xfs_inode *, int, xfs_fsize_t, int); 601 xfs_fsize_t new_size) in xfs_itruncate_extents()
|
H A D | xfs_symlink.c | 37 xfs_fsize_t pathlen; in xfs_readlink()
|
H A D | xfs_aops.c | 56 xfs_fsize_t isize; in xfs_setfilesize()
|
H A D | xfs_trace.h | 1478 __field(xfs_fsize_t, size) 1601 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), 1606 __field(xfs_fsize_t, size) 1607 __field(xfs_fsize_t, new_size) 1624 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), \ 1635 __field(xfs_fsize_t, size) 1661 __field(xfs_fsize_t, size) 5299 __field(xfs_fsize_t, isize1) 5300 __field(xfs_fsize_t, isize2) 5301 __field(xfs_fsize_t, new_isize1) [all …]
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_types.h | 20 typedef int64_t xfs_fsize_t; /* bytes in a file */ typedef
|
H A D | xfs_exchmaps.c | 88 xfs_fsize_t new_isize) in xfs_exchmaps_update_size() 91 xfs_fsize_t len; in xfs_exchmaps_update_size()
|
H A D | xfs_log_format.h | 435 xfs_fsize_t di_size; /* number of bytes in file */
|
H A D | xfs_dir2.c | 638 xfs_fsize_t size; /* directory file (data) size */ in xfs_dir2_grow_inode()
|
H A D | xfs_format.h | 484 #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog)
|
/linux/fs/xfs/scrub/ |
H A D | trace.h | 2478 __field(xfs_fsize_t, size)
|