Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_attr_leaf.c613 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_shortform_allfit() local
627 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, i); in xfs_attr_shortform_allfit()
628 if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
630 if (INT_GET(name_loc->valuelen, ARCH_CONVERT) >= XFS_ATTR_SF_ENTSIZE_MAX) in xfs_attr_shortform_allfit()
633 + name_loc->namelen in xfs_attr_shortform_allfit()
634 + INT_GET(name_loc->valuelen, ARCH_CONVERT); in xfs_attr_shortform_allfit()
647 xfs_attr_leaf_name_local_t *name_loc; in xfs_attr_leaf_to_shortform() local
692 name_loc = XFS_ATTR_LEAF_NAME_LOCAL(leaf, i); in xfs_attr_leaf_to_shortform()
693 nargs.name = (char *)name_loc->nameval; in xfs_attr_leaf_to_shortform()
694 nargs.namelen = name_loc->namelen; in xfs_attr_leaf_to_shortform()
[all …]