Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_sf.h64 #define XFS_ATTR_SF_NEXTENTRY(sfep) /* next entry in struct */ \ macro
Dxfs_attr_leaf.c543 for (i = 0; i < sf->hdr.count; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) { in xfs_attr_shortform_add()
612 for (i = 0; i < end; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), in xfs_attr_shortform_remove()
681 sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) { in xfs_attr_shortform_lookup()
708 sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) { in xfs_attr_shortform_getvalue()
812 sfe = XFS_ATTR_SF_NEXTENTRY(sfe); in xfs_attr_shortform_to_leaf()
/linux-4.1.27/fs/xfs/
Dxfs_attr_list.c121 sfe = XFS_ATTR_SF_NEXTENTRY(sfe); in xfs_attr_shortform_list()
160 sfe = XFS_ATTR_SF_NEXTENTRY(sfe); in xfs_attr_shortform_list()