Symbol: xfs_attr_sf_hdr
fs/xfs/libxfs/xfs_attr.c
1157
int sf_size = sizeof(struct xfs_attr_sf_hdr) +
fs/xfs/libxfs/xfs_attr.c
1262
struct xfs_attr_sf_hdr *sf = dp->i_af.if_data;
fs/xfs/libxfs/xfs_attr_leaf.c
1034
struct xfs_attr_sf_hdr *sf = ifp->if_data;
fs/xfs/libxfs/xfs_attr_leaf.c
1047
sf = (struct xfs_attr_sf_hdr *)tmpbuffer;
fs/xfs/libxfs/xfs_attr_leaf.c
1117
bytes = sizeof(struct xfs_attr_sf_hdr);
fs/xfs/libxfs/xfs_attr_leaf.c
1132
(bytes == sizeof(struct xfs_attr_sf_hdr)))
fs/xfs/libxfs/xfs_attr_leaf.c
1140
struct xfs_attr_sf_hdr *sfp,
fs/xfs/libxfs/xfs_attr_leaf.c
1151
if (size < sizeof(struct xfs_attr_sf_hdr))
fs/xfs/libxfs/xfs_attr_leaf.c
809
struct xfs_attr_sf_hdr *hdr;
fs/xfs/libxfs/xfs_attr_leaf.c
830
struct xfs_attr_sf_hdr *sf = args->dp->i_af.if_data;
fs/xfs/libxfs/xfs_attr_leaf.c
895
struct xfs_attr_sf_hdr *sf = ifp->if_data;
fs/xfs/libxfs/xfs_attr_leaf.c
947
struct xfs_attr_sf_hdr *sf = dp->i_af.if_data;
fs/xfs/libxfs/xfs_attr_leaf.c
981
if (totsize == sizeof(struct xfs_attr_sf_hdr) &&
fs/xfs/libxfs/xfs_attr_leaf.c
990
ASSERT(totsize > sizeof(struct xfs_attr_sf_hdr) ||
fs/xfs/libxfs/xfs_attr_leaf.h
57
xfs_failaddr_t xfs_attr_shortform_verify(struct xfs_attr_sf_hdr *sfp,
fs/xfs/libxfs/xfs_attr_sf.h
39
xfs_attr_sf_firstentry(struct xfs_attr_sf_hdr *hdr)
fs/xfs/libxfs/xfs_attr_sf.h
53
xfs_attr_sf_endptr(struct xfs_attr_sf_hdr *sf)
fs/xfs/libxfs/xfs_inode_fork.c
301
struct xfs_attr_sf_hdr *sf = XFS_DFORK_APTR(dip);
fs/xfs/libxfs/xfs_ondisk.h
108
XFS_CHECK_STRUCT_SIZE(struct xfs_attr_sf_hdr, 4);
fs/xfs/libxfs/xfs_ondisk.h
109
XFS_CHECK_OFFSET(struct xfs_attr_sf_hdr, totsize, 0);
fs/xfs/libxfs/xfs_ondisk.h
110
XFS_CHECK_OFFSET(struct xfs_attr_sf_hdr, count, 2);
fs/xfs/scrub/attr.c
577
struct xfs_attr_sf_hdr *sf = ifp->if_data;
fs/xfs/scrub/attr_repair.c
251
struct xfs_attr_sf_hdr *hdr,
fs/xfs/scrub/attr_repair.c
457
struct xfs_attr_sf_hdr *hdr;
fs/xfs/scrub/attr_repair.c
806
struct xfs_attr_sf_hdr *hdr;
fs/xfs/scrub/attr_repair.c
956
struct xfs_attr_sf_hdr *hdr;
fs/xfs/scrub/inode_repair.c
1206
struct xfs_attr_sf_hdr *afork_ptr;
fs/xfs/scrub/inode_repair.c
1220
if (afork_size < sizeof(struct xfs_attr_sf_hdr))
fs/xfs/scrub/inode_repair.c
1948
sizeof(struct xfs_attr_sf_hdr), true);
fs/xfs/scrub/listxattr.c
33
struct xfs_attr_sf_hdr *hdr = ip->i_af.if_data;
fs/xfs/scrub/metapath.c
642
sizeof(struct xfs_attr_sf_hdr), 1);
fs/xfs/scrub/orphanage.c
515
return sizeof(struct xfs_attr_sf_hdr) +
fs/xfs/scrub/parent_repair.c
1205
sizeof(struct xfs_attr_sf_hdr), 1);
fs/xfs/scrub/parent_repair.c
1208
return xfs_attr_add_fork(sc->ip, sizeof(struct xfs_attr_sf_hdr), 1);
fs/xfs/xfs_attr_list.c
60
struct xfs_attr_sf_hdr *sf = dp->i_af.if_data;