Searched refs:xfs_attr_sf_entry (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_sf.h27 return sizeof(struct xfs_attr_sf_entry) + nlen + vlen;
31 static inline int xfs_attr_sf_entsize(struct xfs_attr_sf_entry *sfep)
37 static inline struct xfs_attr_sf_entry *
40 return (struct xfs_attr_sf_entry *)(hdr + 1);
44 static inline struct xfs_attr_sf_entry *
45 xfs_attr_sf_nextentry(struct xfs_attr_sf_entry *sfep)
51 static inline struct xfs_attr_sf_entry *
H A Dxfs_ondisk.h99 XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, namelen, 0);
100 XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, valuelen, 1);
101 XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, flags, 2);
102 XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, nameval, 3);
H A Dxfs_attr_leaf.h53 struct xfs_attr_sf_entry *xfs_attr_sf_findname(struct xfs_da_args *args);
H A Dxfs_attr_leaf.c704 struct xfs_attr_sf_entry *
709 struct xfs_attr_sf_entry *sfe;
735 struct xfs_attr_sf_entry *sfe;
787 struct xfs_attr_sf_entry *sfe;
852 struct xfs_attr_sf_entry *sfe;
873 struct xfs_attr_sf_entry *sfe;
979 struct xfs_attr_sf_entry *sfep = xfs_attr_sf_firstentry(sfp);
980 struct xfs_attr_sf_entry *next_sfep;
995 * struct xfs_attr_sf_entry has a variable length.
998 * xfs_attr_sf_entry i
[all...]
H A Dxfs_da_format.h598 * followed by zero or more xfs_attr_sf_entry structures.
606 struct xfs_attr_sf_entry { struct
/linux-master/fs/xfs/scrub/
H A Dattr.c532 struct xfs_attr_sf_entry *sfe = xfs_attr_sf_firstentry(sf);
533 struct xfs_attr_sf_entry *next;
561 sizeof(struct xfs_attr_sf_entry))) {
/linux-master/fs/xfs/
H A Dxfs_attr_list.c61 struct xfs_attr_sf_entry *sfe;

Completed in 122 milliseconds