Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_parent.c79 const struct xfs_parent_rec *rec = value; in xfs_parent_valuecheck()
85 if (valuelen != sizeof(struct xfs_parent_rec)) in xfs_parent_valuecheck()
130 const struct xfs_parent_rec *rec = value; in xfs_parent_hashattr()
133 if (valuelen != sizeof(struct xfs_parent_rec)) { in xfs_parent_hashattr()
134 ASSERT(valuelen == sizeof(struct xfs_parent_rec)); in xfs_parent_hashattr()
154 struct xfs_parent_rec *rec, in xfs_parent_da_args_init()
169 args->valuelen = sizeof(struct xfs_parent_rec); in xfs_parent_da_args_init()
258 ppargs->args.new_valuelen = sizeof(struct xfs_parent_rec); in xfs_parent_replacename()
281 const struct xfs_parent_rec *rec = value; in xfs_parent_from_attr()
311 struct xfs_parent_rec *pptr, in xfs_parent_lookup()
[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.c572 xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) + in xfs_calc_pptr_link_overhead()
578 xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) + in xfs_calc_pptr_unlink_overhead()
584 xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) + in xfs_calc_pptr_replace_overhead()
586 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/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.c159 const struct xfs_parent_rec *pptr) in xchk_dirpath_append()
217 const struct xfs_parent_rec *rec = value; in xchk_dirtree_create_path()
317 const struct xfs_parent_rec *rec = value; in xchk_dirpath_find_next_step()
H A Dtrace.h30 struct xfs_parent_rec;
1456 const struct xfs_parent_rec *pptr),
1668 const struct xfs_parent_rec *pptr),
1704 const struct xfs_parent_rec *pptr), \
1713 const struct xfs_parent_rec *pptr),
1753 const struct xfs_parent_rec *pptr), \
3011 const struct xfs_parent_rec *rec = value;
3245 const struct xfs_parent_rec *pptr),
3274 const struct xfs_parent_rec *pptr), \
H A Dmetapath.c379 struct xfs_parent_rec rec; in xrep_metapath_unlink()
H A Dorphanage.c516 xfs_attr_sf_entsize_byname(sizeof(struct xfs_parent_rec), in xrep_adoption_attr_sizeof()
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/fs/xfs/
H A Dxfs_attr_item.c567 if (attrp->alfi_value_len != sizeof(struct xfs_parent_rec)) in xfs_attri_validate()
598 if (attrp->alfi_value_len != sizeof(struct xfs_parent_rec)) in xfs_attri_validate()
878 ASSERT(args->valuelen == sizeof(struct xfs_parent_rec)); in xfs_attr_defer_add()