Home
last modified time | relevance | path

Searched refs:xfs_dir2_off_t (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_dir2.h197 static inline xfs_dir2_off_t
200 return (xfs_dir2_off_t)dp << XFS_DIR2_DATA_ALIGN_LOG; in xfs_dir2_dataptr_to_byte()
207 xfs_dir2_byte_to_dataptr(xfs_dir2_off_t by) in xfs_dir2_byte_to_dataptr()
216 xfs_dir2_byte_to_db(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_db()
234 xfs_dir2_byte_to_off(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_off()
251 static inline xfs_dir2_off_t
255 return ((xfs_dir2_off_t)db << geo->blklog) + o; in xfs_dir2_db_off_to_byte()
271 xfs_dir2_byte_to_da(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_da()
298 static inline xfs_dir2_off_t
Dxfs_da_format.h204 typedef xfs_off_t xfs_dir2_off_t; typedef
/fs/xfs/
Dxfs_dir2_readdir.c265 xfs_dir2_off_t *curoff, in xfs_dir2_leaf_readbuf()
481 xfs_dir2_off_t curoff; /* current overall offset */ in xfs_dir2_leaf_getdents()
482 xfs_dir2_off_t newoff; /* new curoff after new blk */ in xfs_dir2_leaf_getdents()