Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir_leaf.c644 xfs_dir_leaf_hdr_t *hdr; in xfs_dir_leaf_to_shortform()
788 xfs_dir_leaf_hdr_t *hdr; in xfs_dir_leaf_create()
806 INT_SET(hdr->freemap[0].base, ARCH_CONVERT, sizeof(xfs_dir_leaf_hdr_t)); in xfs_dir_leaf_create()
876 xfs_dir_leaf_hdr_t *hdr; in xfs_dir_leaf_add()
891 + (uint)sizeof(xfs_dir_leaf_hdr_t); in xfs_dir_leaf_add()
952 xfs_dir_leaf_hdr_t *hdr; in xfs_dir_leaf_add_work()
1010 + (uint)sizeof(xfs_dir_leaf_hdr_t); in xfs_dir_leaf_add_work()
1031 xfs_dir_leaf_hdr_t *hdr_s, *hdr_d; in xfs_dir_leaf_compact()
1068 INT_SET(hdr_d->freemap[0].base, ARCH_CONVERT, sizeof(xfs_dir_leaf_hdr_t)); in xfs_dir_leaf_compact()
1108 xfs_dir_leaf_hdr_t *hdr1, *hdr2; in xfs_dir_leaf_rebalance()
[all …]
Dxfs_dir_leaf.h108 typedef struct xfs_dir_leaf_hdr xfs_dir_leaf_hdr_t; typedef
118 (512 - (uint)sizeof(xfs_dir_leaf_hdr_t) - \
Dxfs_dir.c197 leafcount = (XFS_LBSIZE(mp) - (uint)sizeof(xfs_dir_leaf_hdr_t)) / in xfs_dir_mount()