Searched refs:xfs_fsize_t (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_inode.h57 xfs_fsize_t i_disk_size; /* number of bytes in file */
185 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip)
196 static inline xfs_fsize_t
197 xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size)
199 xfs_fsize_t i_size = i_size_read(VFS_I(ip));
539 struct xfs_inode *, int, xfs_fsize_t, int);
563 xfs_fsize_t new_size)
H A Dxfs_symlink.c35 xfs_fsize_t pathlen;
H A Dxfs_aops.c55 xfs_fsize_t isize;
H A Dxfs_trace.h1419 __field(xfs_fsize_t, size)
1542 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size),
1547 __field(xfs_fsize_t, size)
1548 __field(xfs_fsize_t, new_size)
1565 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), \
1576 __field(xfs_fsize_t, size)
1602 __field(xfs_fsize_t, size)
H A Dxfs_iomap.c567 xfs_fsize_t i_size;
H A Dxfs_inode.c1410 xfs_fsize_t new_size,
/linux-master/fs/xfs/libxfs/
H A Dxfs_types.h18 typedef int64_t xfs_fsize_t; /* bytes in a file */ typedef
H A Dxfs_log_format.h422 xfs_fsize_t di_size; /* number of bytes in file */
H A Dxfs_dir2.c598 xfs_fsize_t size; /* directory file (data) size */
H A Dxfs_format.h459 #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog)
/linux-master/fs/xfs/scrub/
H A Dtrace.h1990 __field(xfs_fsize_t, size)

Completed in 275 milliseconds