Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_attr_leaf.c904 xfs_attr_leaf_hdr_t *hdr; in xfs_attr_leaf_create()
926 hdr->freemap[0].base = cpu_to_be16(sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_create()
928 sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_create()
995 xfs_attr_leaf_hdr_t *hdr; in xfs_attr_leaf_add()
1013 + sizeof(xfs_attr_leaf_hdr_t); in xfs_attr_leaf_add()
1064 xfs_attr_leaf_hdr_t *hdr; in xfs_attr_leaf_add_work()
1166 + sizeof(xfs_attr_leaf_hdr_t); in xfs_attr_leaf_add_work()
1188 xfs_attr_leaf_hdr_t *hdr_s, *hdr_d; in xfs_attr_leaf_compact()
1215 hdr_d->freemap[0].base = cpu_to_be16(sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_compact()
1217 sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_compact()
[all …]
Dxfs_attr_leaf.h89 } xfs_attr_leaf_hdr_t; typedef
112 xfs_attr_leaf_hdr_t hdr; /* constant-structure header block */