Symbol: xfs_attr_sf_entry
fs/xfs/libxfs/xfs_attr_leaf.c
1014
struct xfs_attr_sf_entry *sfe;
fs/xfs/libxfs/xfs_attr_leaf.c
1035
struct xfs_attr_sf_entry *sfe;
fs/xfs/libxfs/xfs_attr_leaf.c
1143
struct xfs_attr_sf_entry *sfep = xfs_attr_sf_firstentry(sfp);
fs/xfs/libxfs/xfs_attr_leaf.c
1144
struct xfs_attr_sf_entry *next_sfep;
fs/xfs/libxfs/xfs_attr_leaf.c
826
struct xfs_attr_sf_entry *
fs/xfs/libxfs/xfs_attr_leaf.c
831
struct xfs_attr_sf_entry *sfe;
fs/xfs/libxfs/xfs_attr_leaf.c
853
struct xfs_attr_sf_entry *sfe;
fs/xfs/libxfs/xfs_attr_leaf.c
896
struct xfs_attr_sf_entry *sfe;
fs/xfs/libxfs/xfs_attr_leaf.c
948
struct xfs_attr_sf_entry *sfe;
fs/xfs/libxfs/xfs_attr_leaf.h
54
struct xfs_attr_sf_entry *xfs_attr_sf_findname(struct xfs_da_args *args);
fs/xfs/libxfs/xfs_attr_sf.h
28
return sizeof(struct xfs_attr_sf_entry) + nlen + vlen;
fs/xfs/libxfs/xfs_attr_sf.h
32
static inline int xfs_attr_sf_entsize(struct xfs_attr_sf_entry *sfep)
fs/xfs/libxfs/xfs_attr_sf.h
38
static inline struct xfs_attr_sf_entry *
fs/xfs/libxfs/xfs_attr_sf.h
41
return (struct xfs_attr_sf_entry *)(hdr + 1);
fs/xfs/libxfs/xfs_attr_sf.h
45
static inline struct xfs_attr_sf_entry *
fs/xfs/libxfs/xfs_attr_sf.h
46
xfs_attr_sf_nextentry(struct xfs_attr_sf_entry *sfep)
fs/xfs/libxfs/xfs_attr_sf.h
52
static inline struct xfs_attr_sf_entry *
fs/xfs/libxfs/xfs_ondisk.h
111
XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, namelen, 0);
fs/xfs/libxfs/xfs_ondisk.h
112
XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, valuelen, 1);
fs/xfs/libxfs/xfs_ondisk.h
113
XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, flags, 2);
fs/xfs/libxfs/xfs_ondisk.h
114
XFS_CHECK_OFFSET(struct xfs_attr_sf_entry, nameval, 3);
fs/xfs/libxfs/xfs_ondisk.h
137
XFS_CHECK_STRUCT_SIZE(struct xfs_attr_sf_entry, 3);
fs/xfs/scrub/attr.c
578
struct xfs_attr_sf_entry *sfe = xfs_attr_sf_firstentry(sf);
fs/xfs/scrub/attr.c
579
struct xfs_attr_sf_entry *next;
fs/xfs/scrub/attr.c
616
sizeof(struct xfs_attr_sf_entry))) {
fs/xfs/scrub/attr_repair.c
252
struct xfs_attr_sf_entry *sfe)
fs/xfs/scrub/attr_repair.c
458
struct xfs_attr_sf_entry *sfe;
fs/xfs/scrub/attr_repair.c
459
struct xfs_attr_sf_entry *next;
fs/xfs/scrub/attr_repair.c
486
sizeof(struct xfs_attr_sf_entry))) {
fs/xfs/scrub/listxattr.c
34
struct xfs_attr_sf_entry *sfe;
fs/xfs/xfs_attr_list.c
61
struct xfs_attr_sf_entry *sfe;