Searched refs:xfs_trans_res (Results 1 – 20 of 20) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_trans_resv.h | 14 struct xfs_trans_res { struct 22 struct xfs_trans_res tr_write; /* extent alloc trans */ argument 23 struct xfs_trans_res tr_itruncate; /* truncate trans */ 24 struct xfs_trans_res tr_rename; /* rename trans */ 25 struct xfs_trans_res tr_link; /* link trans */ 26 struct xfs_trans_res tr_remove; /* unlink trans */ 27 struct xfs_trans_res tr_symlink; /* symlink trans */ 28 struct xfs_trans_res tr_create; /* create trans */ 29 struct xfs_trans_res tr_create_tmpfile; /* create O_TMPFILE trans */ 30 struct xfs_trans_res tr_mkdir; /* mkdir trans */ [all …]
|
| H A D | xfs_log_rlimit.c | 157 struct xfs_trans_res *max_resp) in xfs_log_get_max_trans_res() 160 struct xfs_trans_res *resp; in xfs_log_get_max_trans_res() 161 struct xfs_trans_res *end_resp; in xfs_log_get_max_trans_res() 170 resp = (struct xfs_trans_res *)&resv; in xfs_log_get_max_trans_res() 171 end_resp = (struct xfs_trans_res *)(&resv + 1); in xfs_log_get_max_trans_res() 201 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size()
|
| H A D | xfs_log_recover.h | 155 static inline struct xfs_trans_res 156 xlog_recover_resv(const struct xfs_trans_res *r) in xlog_recover_resv() 158 struct xfs_trans_res ret = { in xlog_recover_resv()
|
| H A D | xfs_shared.h | 128 struct xfs_trans_res; 130 struct xfs_trans_res *max_resp);
|
| H A D | xfs_attr.h | 569 struct xfs_trans_res xfs_attr_set_resv(const struct xfs_da_args *args);
|
| H A D | xfs_attr.c | 331 inline struct xfs_trans_res 336 struct xfs_trans_res ret = { in xfs_attr_set_resv() 1138 struct xfs_trans_res tres; in xfs_attr_set()
|
| H A D | xfs_trans_resv.c | 1473 const struct xfs_trans_res *resv = &M_RES(mp)->tr_atomic_ioend; in xfs_calc_max_atomic_write_fsblocks() 1503 struct xfs_trans_res *curr_res = &M_RES(mp)->tr_atomic_ioend; in xfs_calc_atomic_write_log_geometry()
|
| H A D | xfs_log_format.h | 10 struct xfs_trans_res;
|
| /linux/fs/xfs/ |
| H A D | xfs_trans.h | 21 struct xfs_trans_res; 167 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp, 253 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv, 258 int xfs_trans_alloc_icreate(struct xfs_mount *mp, struct xfs_trans_res *resv, 265 int xfs_trans_alloc_dir(struct xfs_inode *dp, struct xfs_trans_res *resv,
|
| H A D | xfs_trans.c | 38 struct xfs_trans_res *res; in xfs_trans_trace_reservations() 39 struct xfs_trans_res *end_res; in xfs_trans_trace_reservations() 42 res = (struct xfs_trans_res *)M_RES(mp); in xfs_trans_trace_reservations() 43 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_trans_trace_reservations() 147 struct xfs_trans_res *resp, in xfs_trans_reserve() 236 struct xfs_trans_res *resp, in xfs_trans_alloc() 1068 struct xfs_trans_res *resv, in xfs_trans_alloc_inode() 1193 struct xfs_trans_res *resv, in xfs_trans_alloc_icreate() 1355 struct xfs_trans_res *resv, in xfs_trans_alloc_dir()
|
| H A D | xfs_exchmaps_item.c | 424 struct xfs_trans_res resv; in xfs_exchmaps_recover_work()
|
| H A D | xfs_bmap_item.c | 497 struct xfs_trans_res resv; in xfs_bmap_recover_work()
|
| H A D | xfs_rmap_item.c | 571 struct xfs_trans_res resv; in xfs_rmap_recover_work()
|
| H A D | xfs_refcount_item.c | 506 struct xfs_trans_res resv; in xfs_refcount_recover_work()
|
| H A D | xfs_extfree_item.c | 654 struct xfs_trans_res resv; in xfs_extent_free_recover_work()
|
| H A D | xfs_inode.c | 663 struct xfs_trans_res *tres; in xfs_create() 804 struct xfs_trans_res *tres; in xfs_create_tmpfile()
|
| H A D | xfs_attr_item.c | 739 struct xfs_trans_res resv; in xfs_attr_recover_work()
|
| H A D | xfs_trace.h | 86 struct xfs_trans_res; 4379 struct xfs_trans_res *res), 4406 struct xfs_trans_res *res), \ 4412 TP_PROTO(struct xfs_mount *mp, const struct xfs_trans_res *res),
|
| H A D | xfs_log_recover.c | 2521 struct xfs_trans_res resv; in xlog_finish_defer_ops()
|
| /linux/fs/xfs/scrub/ |
| H A D | tempfile.c | 54 struct xfs_trans_res *tres; in xrep_tempfile_create()
|