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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_leaf.h118 static inline xfs_dir2_off_t
121 return (xfs_dir2_off_t)(dp) << XFS_DIR2_DATA_ALIGN_LOG;
129 xfs_dir2_byte_to_dataptr(struct xfs_mount *mp, xfs_dir2_off_t by)
139 xfs_dir2_byte_to_db(struct xfs_mount *mp, xfs_dir2_off_t by)
160 xfs_dir2_byte_to_off(struct xfs_mount *mp, xfs_dir2_off_t by)
181 static inline xfs_dir2_off_t
185 return ((xfs_dir2_off_t)(db) << \
204 xfs_dir2_byte_to_da(struct xfs_mount *mp, xfs_dir2_off_t by)
235 static inline xfs_dir2_off_t
H A Dxfs_dir2.h60 typedef xfs_off_t xfs_dir2_off_t; typedef
H A Dxfs_dir2_leaf.c762 xfs_dir2_off_t curoff; /* current overall offset */
777 xfs_dir2_off_t newoff; /* new curoff after new blk */

Completed in 106 milliseconds