Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_sf.h36 #define XFS_ATTR_SF_NEXTENTRY(sfep) /* next entry in struct */ \ macro
Dxfs_attr_leaf.c584 for (i = 0; i < sf->hdr.count; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) { in xfs_attr_shortform_add()
653 for (i = 0; i < end; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), in xfs_attr_shortform_remove()
722 sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) { in xfs_attr_shortform_lookup()
749 sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) { in xfs_attr_shortform_getvalue()
853 sfe = XFS_ATTR_SF_NEXTENTRY(sfe); in xfs_attr_shortform_to_leaf()
953 next_sfep = XFS_ATTR_SF_NEXTENTRY(sfep); in xfs_attr_shortform_verify()
/linux-4.19.296/fs/xfs/
Dxfs_attr_list.c103 sfe = XFS_ATTR_SF_NEXTENTRY(sfe); in xfs_attr_shortform_list()
143 sfe = XFS_ATTR_SF_NEXTENTRY(sfe); in xfs_attr_shortform_list()