Home
last modified time | relevance | path

Searched refs:xfs_trans_res (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_trans_resv.h14 struct xfs_trans_res { struct
22 struct xfs_trans_res tr_write; /* extent alloc trans */
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_mkdi
[all...]
H A Dxfs_log_rlimit.c47 struct xfs_trans_res *max_resp) in xfs_log_get_max_trans_res()
49 struct xfs_trans_res *resp; in xfs_log_get_max_trans_res()
50 struct xfs_trans_res *end_resp; in xfs_log_get_max_trans_res()
56 resp = (struct xfs_trans_res *)M_RES(mp); in xfs_log_get_max_trans_res()
57 end_resp = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_log_get_max_trans_res()
84 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size()
H A Dxfs_shared.h54 struct xfs_trans_res;
56 struct xfs_trans_res *max_resp);
H A Dxfs_log_format.h10 struct xfs_trans_res;
H A Dxfs_attr.c396 struct xfs_trans_res tres; in xfs_attr_set()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_trans_resv.h14 struct xfs_trans_res { struct
22 struct xfs_trans_res tr_write; /* extent alloc trans */
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_mkdi
[all...]
H A Dxfs_log_rlimit.c107 struct xfs_trans_res *max_resp) in xfs_log_get_max_trans_res()
110 struct xfs_trans_res *resp; in xfs_log_get_max_trans_res()
111 struct xfs_trans_res *end_resp; in xfs_log_get_max_trans_res()
120 resp = (struct xfs_trans_res *)&resv; in xfs_log_get_max_trans_res()
121 end_resp = (struct xfs_trans_res *)(&resv + 1); in xfs_log_get_max_trans_res()
151 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size()
H A Dxfs_log_recover.h144 static inline struct xfs_trans_res
145 xlog_recover_resv(const struct xfs_trans_res *r) in xlog_recover_resv()
147 struct xfs_trans_res ret = { in xlog_recover_resv()
H A Dxfs_shared.h50 struct xfs_trans_res;
52 struct xfs_trans_res *max_resp);
H A Dxfs_attr.h552 void xfs_init_attr_trans(struct xfs_da_args *args, struct xfs_trans_res *tres,
H A Dxfs_log_format.h10 struct xfs_trans_res;
H A Dxfs_attr.c321 struct xfs_trans_res *tres, in xfs_init_attr_trans()
968 struct xfs_trans_res tres; in xfs_attr_set()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans.c31 struct xfs_trans_res resv; in xfs_trans_trace_reservations()
32 struct xfs_trans_res *res; in xfs_trans_trace_reservations()
33 struct xfs_trans_res *end_res; in xfs_trans_trace_reservations()
36 res = (struct xfs_trans_res *)M_RES(mp); in xfs_trans_trace_reservations()
37 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_trans_trace_reservations()
150 struct xfs_trans_res *resp, in xfs_trans_reserve()
246 struct xfs_trans_res *resp, in xfs_trans_alloc()
315 struct xfs_trans_res resv = {0}; in xfs_trans_alloc_empty()
985 struct xfs_trans_res tres; in xfs_trans_roll()
H A Dxfs_trans.h20 struct xfs_trans_res;
181 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp,
H A Dxfs_inode.c1127 struct xfs_trans_res *tres; in xfs_create()
1278 struct xfs_trans_res *tres; in xfs_create_tmpfile()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.h21 struct xfs_trans_res;
168 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp,
260 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv,
263 int xfs_trans_alloc_icreate(struct xfs_mount *mp, struct xfs_trans_res *resv,
270 int xfs_trans_alloc_dir(struct xfs_inode *dp, struct xfs_trans_res *resv,
H A Dxfs_trans.c35 struct xfs_trans_res *res; in xfs_trans_trace_reservations()
36 struct xfs_trans_res *end_res; in xfs_trans_trace_reservations()
39 res = (struct xfs_trans_res *)M_RES(mp); in xfs_trans_trace_reservations()
40 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_trans_trace_reservations()
151 struct xfs_trans_res *resp, in xfs_trans_reserve()
245 struct xfs_trans_res *resp, in xfs_trans_alloc()
331 struct xfs_trans_res resv = {0}; in xfs_trans_alloc_empty()
1140 struct xfs_trans_res tres; in xfs_trans_roll()
1186 struct xfs_trans_res *resv, in xfs_trans_alloc_inode()
1241 struct xfs_trans_res *res in xfs_trans_alloc_icreate()
[all...]
H A Dxfs_refcount_item.c480 struct xfs_trans_res resv; in xfs_cui_item_recover()
H A Dxfs_extfree_item.c663 struct xfs_trans_res resv; in xfs_efi_item_recover()
H A Dxfs_bmap_item.c493 struct xfs_trans_res resv; in xfs_bui_item_recover()
H A Dxfs_rmap_item.c510 struct xfs_trans_res resv; in xfs_rui_item_recover()
H A Dxfs_attr_item.c550 struct xfs_trans_res resv; in xfs_attri_item_recover()
H A Dxfs_inode.c973 struct xfs_trans_res *tres; in xfs_create()
1124 struct xfs_trans_res *tres; in xfs_create_tmpfile()
H A Dxfs_trace.h75 struct xfs_trans_res;
3686 struct xfs_trans_res *res),
3713 struct xfs_trans_res *res), \
3719 TP_PROTO(struct xfs_mount *mp, const struct xfs_trans_res *res),
H A Dxfs_log_recover.c2467 struct xfs_trans_res resv; in xlog_finish_defer_ops()

Completed in 36 milliseconds

12