Searched refs:xfs_dir2_off_t (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2.h119 static inline xfs_dir2_off_t
122 return (xfs_dir2_off_t)dp << XFS_DIR2_DATA_ALIGN_LOG;
129 xfs_dir2_byte_to_dataptr(xfs_dir2_off_t by)
138 xfs_dir2_byte_to_db(struct xfs_da_geometry *geo, xfs_dir2_off_t by)
156 xfs_dir2_byte_to_off(struct xfs_da_geometry *geo, xfs_dir2_off_t by)
173 static inline xfs_dir2_off_t
177 return ((xfs_dir2_off_t)db << geo->blklog) + o;
193 xfs_dir2_byte_to_da(struct xfs_da_geometry *geo, xfs_dir2_off_t by)
220 static inline xfs_dir2_off_t
H A Dxfs_da_format.h190 typedef xfs_off_t xfs_dir2_off_t; typedef
/linux-master/fs/xfs/scrub/
H A Dreaddir.c147 xfs_dir2_off_t *curoff,
155 xfs_dir2_off_t new_off;
192 xfs_dir2_off_t curoff = 0;
/linux-master/fs/xfs/
H A Dxfs_dir2_readdir.c246 xfs_dir2_off_t *cur_off,
256 xfs_dir2_off_t new_off;
360 xfs_dir2_off_t curoff; /* current overall offset */

Completed in 139 milliseconds