Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_attr_leaf.h151 xfs_attr_leaf_name_remote(xfs_attr_leafblock_t *leafp, int idx);
152 #define XFS_ATTR_LEAF_NAME_REMOTE(leafp,idx) \ argument
153 xfs_attr_leaf_name_remote(leafp,idx)
155 #define XFS_ATTR_LEAF_NAME_REMOTE(leafp,idx) /* remote name struct ptr */ \ argument
157 &((char *)(leafp))[ INT_GET((leafp)->entries[idx].nameidx, ARCH_CONVERT) ])
161 xfs_attr_leaf_name_local(xfs_attr_leafblock_t *leafp, int idx);
162 #define XFS_ATTR_LEAF_NAME_LOCAL(leafp,idx) \ argument
163 xfs_attr_leaf_name_local(leafp,idx)
165 #define XFS_ATTR_LEAF_NAME_LOCAL(leafp,idx) /* local name struct ptr */ \ argument
167 &((char *)(leafp))[ INT_GET((leafp)->entries[idx].nameidx, ARCH_CONVERT) ])
[all …]
Dxfs_dir_leaf.h177 xfs_dir_leaf_namestruct(xfs_dir_leafblock_t *leafp, int offset);
178 #define XFS_DIR_LEAF_NAMESTRUCT(leafp,offset) \ argument
179 xfs_dir_leaf_namestruct(leafp,offset)
181 #define XFS_DIR_LEAF_NAMESTRUCT(leafp,offset) /* point to name struct */ \ argument
182 ((xfs_dir_leaf_name_t *)&((char *)(leafp))[offset])
Dxfs_macros.c299 xfs_attr_leaf_name(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr_leaf_name() argument
301 return XFS_ATTR_LEAF_NAME(leafp, idx); in xfs_attr_leaf_name()
307 xfs_attr_leaf_name_local(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr_leaf_name_local() argument
309 return XFS_ATTR_LEAF_NAME_LOCAL(leafp, idx); in xfs_attr_leaf_name_local()
315 xfs_attr_leaf_name_remote(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr_leaf_name_remote() argument
317 return XFS_ATTR_LEAF_NAME_REMOTE(leafp, idx); in xfs_attr_leaf_name_remote()
1079 xfs_dir_leaf_namestruct(xfs_dir_leafblock_t *leafp, int offset) in xfs_dir_leaf_namestruct() argument
1081 return XFS_DIR_LEAF_NAMESTRUCT(leafp, offset); in xfs_dir_leaf_namestruct()