Home
last modified time | relevance | path

Searched refs:xfs_attr_leaf_name_remote (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ondisk.h103 XFS_CHECK_OFFSET(struct xfs_attr_leaf_name_remote, valueblk, 0); in xfs_check_ondisk_structs()
104 XFS_CHECK_OFFSET(struct xfs_attr_leaf_name_remote, valuelen, 4); in xfs_check_ondisk_structs()
105 XFS_CHECK_OFFSET(struct xfs_attr_leaf_name_remote, namelen, 8); in xfs_check_ondisk_structs()
106 XFS_CHECK_OFFSET(struct xfs_attr_leaf_name_remote, name, 9); in xfs_check_ondisk_structs()
H A Dxfs_da_format.h647 typedef struct xfs_attr_leaf_name_remote { struct
816 offsetof(struct xfs_attr_leaf_name_remote, name) + 2; in xfs_attr_leaf_entsize_remote()
H A Dxfs_attr_leaf.c306 struct xfs_attr_leaf_name_remote *rentry; in xfs_attr3_leaf_verify_entry()
1597 struct xfs_attr_leaf_name_remote *name_rmt; in xfs_attr3_leaf_add_work()
2553 struct xfs_attr_leaf_name_remote *name_rmt; in xfs_attr3_leaf_lookup_int()
2667 struct xfs_attr_leaf_name_remote *name_rmt; in xfs_attr3_leaf_getvalue()
2926 struct xfs_attr_leaf_name_remote *name_rmt; in xfs_attr3_leaf_clearflag()
2993 struct xfs_attr_leaf_name_remote *name_rmt; in xfs_attr3_leaf_setflag()
3048 struct xfs_attr_leaf_name_remote *name_rmt; in xfs_attr3_leaf_flipflags()
/linux/fs/xfs/scrub/
H A Dattr.c310 struct xfs_attr_leaf_name_remote *rentry; in xchk_xattr_entry()
492 struct xfs_attr_leaf_name_remote *rentry; in xchk_xattr_rec()
549 rentry = (struct xfs_attr_leaf_name_remote *) in xchk_xattr_rec()
H A Dlistxattr.c85 struct xfs_attr_leaf_name_remote *name_rmt; in xchk_xattr_walk_leaf_entries()
H A Dattr_repair.c322 struct xfs_attr_leaf_name_remote *rentry, in xrep_xattr_salvage_remote_attr()
397 struct xfs_attr_leaf_name_remote *rentry; in xrep_xattr_recover_leaf()
/linux/fs/xfs/
H A Dxfs_attr_inactive.c92 struct xfs_attr_leaf_name_remote *name_rmt; in xfs_attr3_leaf_inactive()