Searched refs:xfs_parent_rec (Results 1 – 16 of 16) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_parent.c | 79 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 D | xfs_parent.h | 23 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 D | xfs_trans_resv.c | 572 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 D | xfs_ondisk.h | 134 XFS_CHECK_STRUCT_SIZE(struct xfs_parent_rec, 12); in xfs_check_ondisk_structs()
|
| H A D | xfs_da_format.h | 902 struct xfs_parent_rec { struct
|
| /linux/fs/xfs/scrub/ |
| H A D | dirtree.h | 19 struct xfs_parent_rec pptr_rec; 99 struct xfs_parent_rec pptr_rec; 164 const struct xfs_parent_rec *pptr);
|
| H A D | parent.c | 237 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 D | dirtree.c | 159 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 D | trace.h | 30 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 D | metapath.c | 379 struct xfs_parent_rec rec; in xrep_metapath_unlink()
|
| H A D | orphanage.c | 516 xfs_attr_sf_entsize_byname(sizeof(struct xfs_parent_rec), in xrep_adoption_attr_sizeof()
|
| H A D | nlinks.c | 341 const struct xfs_parent_rec *pptr_rec = value; in xchk_nlinks_collect_pptr()
|
| H A D | parent_repair.c | 91 struct xfs_parent_rec pptr_rec;
|
| H A D | dir.c | 66 struct xfs_parent_rec pptr_rec;
|
| H A D | attr_repair.c | 138 struct xfs_parent_rec pptr_rec;
|
| /linux/fs/xfs/ |
| H A D | xfs_attr_item.c | 567 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()
|