Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/ !
H A Dxfs_attr_sf.h28 return sizeof(struct xfs_attr_sf_entry) + nlen + vlen; in xfs_attr_sf_entsize_byname()
32 static inline int xfs_attr_sf_entsize(struct xfs_attr_sf_entry *sfep) in xfs_attr_sf_entsize()
38 static inline struct xfs_attr_sf_entry *
41 return (struct xfs_attr_sf_entry *)(hdr + 1); in xfs_attr_sf_firstentry()
45 static inline struct xfs_attr_sf_entry *
46 xfs_attr_sf_nextentry(struct xfs_attr_sf_entry *sfep) in xfs_attr_sf_nextentry()
52 static inline struct xfs_attr_sf_entry *
H A Dxfs_ondisk.h111 XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, namelen, 0); in xfs_check_ondisk_structs()
112 XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, valuelen, 1); in xfs_check_ondisk_structs()
113 XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, flags, 2); in xfs_check_ondisk_structs()
114 XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, nameval, 3); in xfs_check_ondisk_structs()
137 XFS_CHECK_STRUCT_SIZE(struct xfs_attr_sf_entry, 3); in xfs_check_ondisk_structs()
H A Dxfs_attr_leaf.h54 struct xfs_attr_sf_entry *xfs_attr_sf_findname(struct xfs_da_args *args);
H A Dxfs_attr_leaf.c826 struct xfs_attr_sf_entry *
831 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_findname()
853 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_replace()
896 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_add()
948 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_removename()
1014 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_getvalue()
1035 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_to_leaf()
1143 struct xfs_attr_sf_entry *sfep = xfs_attr_sf_firstentry(sfp); in xfs_attr_shortform_verify()
1144 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify()
H A Dxfs_da_format.h606 struct xfs_attr_sf_entry { struct
/linux/fs/xfs/scrub/ !
H A Dattr.c578 struct xfs_attr_sf_entry *sfe = xfs_attr_sf_firstentry(sf); in xchk_xattr_check_sf()
579 struct xfs_attr_sf_entry *next; in xchk_xattr_check_sf()
616 sizeof(struct xfs_attr_sf_entry))) { in xchk_xattr_check_sf()
H A Dattr_repair.c252 struct xfs_attr_sf_entry *sfe) in xrep_xattr_salvage_sf_attr()
458 struct xfs_attr_sf_entry *sfe; in xrep_xattr_recover_sf()
459 struct xfs_attr_sf_entry *next; in xrep_xattr_recover_sf()
486 sizeof(struct xfs_attr_sf_entry))) { in xrep_xattr_recover_sf()
H A Dlistxattr.c34 struct xfs_attr_sf_entry *sfe; in xchk_xattr_walk_sf()
/linux/fs/xfs/ !
H A Dxfs_attr_list.c61 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_list()