Searched refs:leafp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_attr_leaf.h | 141 #define XFS_ATTR_LEAF_NAME_REMOTE(leafp,idx) \ argument 142 xfs_attr_leaf_name_remote(leafp,idx) 144 xfs_attr_leaf_name_remote(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr_leaf_name_remote() argument 147 &((char *)leafp)[be16_to_cpu(leafp->entries[idx].nameidx)]; in xfs_attr_leaf_name_remote() 150 #define XFS_ATTR_LEAF_NAME_LOCAL(leafp,idx) \ argument 151 xfs_attr_leaf_name_local(leafp,idx) 153 xfs_attr_leaf_name_local(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr_leaf_name_local() argument 156 &((char *)leafp)[be16_to_cpu(leafp->entries[idx].nameidx)]; in xfs_attr_leaf_name_local() 159 #define XFS_ATTR_LEAF_NAME(leafp,idx) \ argument 160 xfs_attr_leaf_name(leafp,idx) [all …]
|
| D | xfs_dir_leaf.h | 158 #define XFS_DIR_LEAF_NAMESTRUCT(leafp,offset) \ argument 159 xfs_dir_leaf_namestruct(leafp,offset) 161 xfs_dir_leaf_namestruct(xfs_dir_leafblock_t *leafp, int offset) in xfs_dir_leaf_namestruct() argument 163 return (xfs_dir_leaf_name_t *)&((char *)(leafp))[offset]; in xfs_dir_leaf_namestruct()
|