Symbol: xfs_fsize_t
fs/xfs/libxfs/xfs_dir2.c
637
xfs_fsize_t size; /* directory file (data) size */
fs/xfs/libxfs/xfs_exchmaps.c
88
xfs_fsize_t new_isize)
fs/xfs/libxfs/xfs_exchmaps.c
91
xfs_fsize_t len;
fs/xfs/libxfs/xfs_exchmaps.h
24
xfs_fsize_t xmi_isize1;
fs/xfs/libxfs/xfs_exchmaps.h
25
xfs_fsize_t xmi_isize2;
fs/xfs/libxfs/xfs_format.h
491
#define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog)
fs/xfs/libxfs/xfs_log_format.h
430
xfs_fsize_t di_size; /* number of bytes in file */
fs/xfs/scrub/trace.h
2515
__field(xfs_fsize_t, size)
fs/xfs/xfs_aops.c
59
xfs_fsize_t isize;
fs/xfs/xfs_inode.c
1034
xfs_fsize_t new_size,
fs/xfs/xfs_inode.h
196
static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip)
fs/xfs/xfs_inode.h
207
static inline xfs_fsize_t
fs/xfs/xfs_inode.h
208
xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size)
fs/xfs/xfs_inode.h
210
xfs_fsize_t i_size = i_size_read(VFS_I(ip));
fs/xfs/xfs_inode.h
57
xfs_fsize_t i_disk_size; /* number of bytes in file */
fs/xfs/xfs_inode.h
587
struct xfs_inode *, int, xfs_fsize_t, int);
fs/xfs/xfs_inode.h
606
xfs_fsize_t new_size)
fs/xfs/xfs_iomap.c
627
xfs_fsize_t i_size;
fs/xfs/xfs_iomap.c
823
xfs_fsize_t len = XFS_FSB_TO_B(mp, end_fsb - offset_fsb);
fs/xfs/xfs_symlink.c
37
xfs_fsize_t pathlen;
fs/xfs/xfs_trace.h
1757
__field(xfs_fsize_t, size)
fs/xfs/xfs_trace.h
1901
TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size),
fs/xfs/xfs_trace.h
1906
__field(xfs_fsize_t, size)
fs/xfs/xfs_trace.h
1907
__field(xfs_fsize_t, new_size)
fs/xfs/xfs_trace.h
1924
TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), \
fs/xfs/xfs_trace.h
1936
__field(xfs_fsize_t, size)
fs/xfs/xfs_trace.h
5525
__field(xfs_fsize_t, isize1)
fs/xfs/xfs_trace.h
5526
__field(xfs_fsize_t, isize2)
fs/xfs/xfs_trace.h
5527
__field(xfs_fsize_t, new_isize1)
fs/xfs/xfs_trace.h
5528
__field(xfs_fsize_t, new_isize2)