Searched refs:xfs_dir2_off_t (Results 1 – 4 of 4) sorted by relevance
136 static inline xfs_dir2_off_t139 return (xfs_dir2_off_t)dp << XFS_DIR2_DATA_ALIGN_LOG; in xfs_dir2_dataptr_to_byte()146 xfs_dir2_byte_to_dataptr(xfs_dir2_off_t by) in xfs_dir2_byte_to_dataptr()155 xfs_dir2_byte_to_db(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_db()173 xfs_dir2_byte_to_off(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_off()190 static inline xfs_dir2_off_t194 return ((xfs_dir2_off_t)db << geo->blklog) + o; in xfs_dir2_db_off_to_byte()210 xfs_dir2_byte_to_da(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_da()237 static inline xfs_dir2_off_t
190 typedef xfs_off_t xfs_dir2_off_t; typedef
148 xfs_dir2_off_t *curoff, in xchk_read_leaf_dir_buf()156 xfs_dir2_off_t new_off; in xchk_read_leaf_dir_buf()193 xfs_dir2_off_t curoff = 0; in xchk_dir_walk_leaf()
246 xfs_dir2_off_t *cur_off, in xfs_dir2_leaf_readbuf()256 xfs_dir2_off_t new_off; in xfs_dir2_leaf_readbuf()361 xfs_dir2_off_t curoff; /* current overall offset */ in xfs_dir2_leaf_getdents()
Completed in 12 milliseconds