Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_dir2_format.h61 typedef xfs_off_t xfs_dir2_off_t; typedef
388 static inline xfs_dir2_off_t
391 return (xfs_dir2_off_t)dp << XFS_DIR2_DATA_ALIGN_LOG; in xfs_dir2_dataptr_to_byte()
398 xfs_dir2_byte_to_dataptr(struct xfs_mount *mp, xfs_dir2_off_t by) in xfs_dir2_byte_to_dataptr()
407 xfs_dir2_byte_to_db(struct xfs_mount *mp, xfs_dir2_off_t by) in xfs_dir2_byte_to_db()
426 xfs_dir2_byte_to_off(struct xfs_mount *mp, xfs_dir2_off_t by) in xfs_dir2_byte_to_off()
444 static inline xfs_dir2_off_t
448 return ((xfs_dir2_off_t)db << in xfs_dir2_db_off_to_byte()
465 xfs_dir2_byte_to_da(struct xfs_mount *mp, xfs_dir2_off_t by) in xfs_dir2_byte_to_da()
492 static inline xfs_dir2_off_t
Dxfs_dir2_leaf.c782 xfs_dir2_off_t curoff; /* current overall offset */ in xfs_dir2_leaf_getdents()
796 xfs_dir2_off_t newoff; /* new curoff after new blk */ in xfs_dir2_leaf_getdents()