Home
last modified time | relevance | path

Searched refs:xfs_parent_rec (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_parent.c78 const struct xfs_parent_rec *rec = value; in xfs_parent_valuecheck()
84 if (valuelen != sizeof(struct xfs_parent_rec)) in xfs_parent_valuecheck()
129 const struct xfs_parent_rec *rec = value; in xfs_parent_hashattr()
132 if (valuelen != sizeof(struct xfs_parent_rec)) { in xfs_parent_hashattr()
153 struct xfs_parent_rec *rec, in xfs_parent_da_args_init()
168 args->valuelen = sizeof(struct xfs_parent_rec); in xfs_parent_da_args_init()
279 const struct xfs_parent_rec *rec = value; in xfs_parent_from_attr()
309 struct xfs_parent_rec *pptr, in xfs_parent_lookup()
322 const struct xfs_parent_rec *pptr) in xfs_parent_sanity_check()
345 struct xfs_parent_rec *pptr, in xfs_parent_set()
[all …]
H A Dxfs_parent.h23 struct xfs_parent_rec *rec, in xfs_parent_rec_init()
34 struct xfs_parent_rec *rec, in xfs_inode_to_parent_rec()
47 struct xfs_parent_rec rec;
48 struct xfs_parent_rec new_rec;
101 const struct xfs_name *name, struct xfs_parent_rec *pptr,
104 const struct xfs_name *name, struct xfs_parent_rec *pptr,
107 const struct xfs_name *name, struct xfs_parent_rec *pptr,
H A Dxfs_trans_resv.c457 xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) + in xfs_calc_pptr_link_overhead()
463 xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) + in xfs_calc_pptr_unlink_overhead()
469 xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) + in xfs_calc_pptr_replace_overhead()
471 xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) + in xfs_calc_pptr_replace_overhead()
H A Dxfs_ondisk.h134 XFS_CHECK_STRUCT_SIZE(struct xfs_parent_rec, 12); in xfs_check_ondisk_structs()
H A Dxfs_da_format.h902 struct xfs_parent_rec { struct
/linux-6.15/fs/xfs/scrub/
H A Ddirtree.h19 struct xfs_parent_rec pptr_rec;
99 struct xfs_parent_rec pptr_rec;
164 const struct xfs_parent_rec *pptr);
H A Dparent.c237 struct xfs_parent_rec pptr_rec;
413 const struct xfs_parent_rec *pptr, in xchk_parent_iget()
477 const struct xfs_parent_rec *pptr_rec = value; in xchk_parent_scan_attr()
551 struct xfs_parent_rec *pptr) in xchk_parent_revalidate_pptr()
573 struct xfs_parent_rec *pptr) in xchk_parent_slow_pptr()
H A Ddirtree.c160 const struct xfs_parent_rec *pptr) in xchk_dirpath_append()
218 const struct xfs_parent_rec *rec = value; in xchk_dirtree_create_path()
318 const struct xfs_parent_rec *rec = value; in xchk_dirpath_find_next_step()
H A Dmetapath.c381 struct xfs_parent_rec rec; in xrep_metapath_unlink()
H A Dorphanage.c515 xfs_attr_sf_entsize_byname(sizeof(struct xfs_parent_rec), in xrep_adoption_attr_sizeof()
H A Dtrace.h30 struct xfs_parent_rec;
1464 const struct xfs_parent_rec *pptr),
1676 const struct xfs_parent_rec *pptr),
1712 const struct xfs_parent_rec *pptr), \
1721 const struct xfs_parent_rec *pptr),
1761 const struct xfs_parent_rec *pptr), \
2974 const struct xfs_parent_rec *rec = value;
3208 const struct xfs_parent_rec *pptr),
3237 const struct xfs_parent_rec *pptr), \
H A Dnlinks.c341 const struct xfs_parent_rec *pptr_rec = value; in xchk_nlinks_collect_pptr()
H A Dparent_repair.c91 struct xfs_parent_rec pptr_rec;
H A Ddir.c66 struct xfs_parent_rec pptr_rec;
H A Dattr_repair.c138 struct xfs_parent_rec pptr_rec;
/linux-6.15/fs/xfs/
H A Dxfs_attr_item.c569 if (attrp->alfi_value_len != sizeof(struct xfs_parent_rec)) in xfs_attri_validate()
600 if (attrp->alfi_value_len != sizeof(struct xfs_parent_rec)) in xfs_attri_validate()
884 ASSERT(args->valuelen == sizeof(struct xfs_parent_rec)); in xfs_attr_defer_add()