Home
last modified time | relevance | path

Searched refs:xfs_trans_res (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_trans_resv.h14 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 …]
Dxfs_log_rlimit.c153 struct xfs_trans_res *max_resp) in xfs_log_get_max_trans_res()
156 struct xfs_trans_res *resp; in xfs_log_get_max_trans_res()
157 struct xfs_trans_res *end_resp; in xfs_log_get_max_trans_res()
166 resp = (struct xfs_trans_res *)&resv; in xfs_log_get_max_trans_res()
167 end_resp = (struct xfs_trans_res *)(&resv + 1); in xfs_log_get_max_trans_res()
197 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size()
Dxfs_log_recover.h149 static inline struct xfs_trans_res
150 xlog_recover_resv(const struct xfs_trans_res *r) in xlog_recover_resv()
152 struct xfs_trans_res ret = { in xlog_recover_resv()
Dxfs_shared.h104 struct xfs_trans_res;
106 struct xfs_trans_res *max_resp);
Dxfs_attr.h568 struct xfs_trans_res xfs_attr_set_resv(const struct xfs_da_args *args);
Dxfs_attr.c332 inline struct xfs_trans_res
337 struct xfs_trans_res ret = { in xfs_attr_set_resv()
1051 struct xfs_trans_res tres; in xfs_attr_set()
Dxfs_log_format.h10 struct xfs_trans_res;
/linux-6.12.1/fs/xfs/
Dxfs_trans.h21 struct xfs_trans_res;
166 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp,
252 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv,
257 int xfs_trans_alloc_icreate(struct xfs_mount *mp, struct xfs_trans_res *resv,
264 int xfs_trans_alloc_dir(struct xfs_inode *dp, struct xfs_trans_res *resv,
Dxfs_trans.c36 struct xfs_trans_res *res; in xfs_trans_trace_reservations()
37 struct xfs_trans_res *end_res; in xfs_trans_trace_reservations()
40 res = (struct xfs_trans_res *)M_RES(mp); in xfs_trans_trace_reservations()
41 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_trans_trace_reservations()
152 struct xfs_trans_res *resp, in xfs_trans_reserve()
246 struct xfs_trans_res *resp, in xfs_trans_alloc()
332 struct xfs_trans_res resv = {0}; in xfs_trans_alloc_empty()
1019 struct xfs_trans_res tres; in xfs_trans_roll()
1065 struct xfs_trans_res *resv, in xfs_trans_alloc_inode()
1128 struct xfs_trans_res resv = { }; in xfs_trans_reserve_more()
[all …]
Dxfs_exchmaps_item.c427 struct xfs_trans_res resv; in xfs_exchmaps_recover_work()
Dxfs_refcount_item.c448 struct xfs_trans_res resv; in xfs_refcount_recover_work()
Dxfs_rmap_item.c511 struct xfs_trans_res resv; in xfs_rmap_recover_work()
Dxfs_bmap_item.c497 struct xfs_trans_res resv; in xfs_bmap_recover_work()
Dxfs_extfree_item.c595 struct xfs_trans_res resv; in xfs_extent_free_recover_work()
Dxfs_inode.c651 struct xfs_trans_res *tres; in xfs_create()
792 struct xfs_trans_res *tres; in xfs_create_tmpfile()
Dxfs_attr_item.c745 struct xfs_trans_res resv; in xfs_attr_recover_work()
Dxfs_trace.h78 struct xfs_trans_res;
3949 struct xfs_trans_res *res),
3976 struct xfs_trans_res *res), \
3982 TP_PROTO(struct xfs_mount *mp, const struct xfs_trans_res *res),
Dxfs_log_recover.c2516 struct xfs_trans_res resv; in xlog_finish_defer_ops()
/linux-6.12.1/fs/xfs/scrub/
Dtempfile.c53 struct xfs_trans_res *tres; in xrep_tempfile_create()