Home
last modified time | relevance | path

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

/Linux-v4.19/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.c49 struct xfs_trans_res *max_resp) in xfs_log_get_max_trans_res()
51 struct xfs_trans_res *resp; in xfs_log_get_max_trans_res()
52 struct xfs_trans_res *end_resp; in xfs_log_get_max_trans_res()
58 resp = (struct xfs_trans_res *)M_RES(mp); in xfs_log_get_max_trans_res()
59 end_resp = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_log_get_max_trans_res()
86 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size()
Dxfs_shared.h52 struct xfs_trans_res;
54 struct xfs_trans_res *max_resp);
Dxfs_log_format.h10 struct xfs_trans_res;
Dxfs_attr.c205 struct xfs_trans_res tres; in xfs_attr_set()
/Linux-v4.19/fs/xfs/
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()
253 struct xfs_trans_res *resp, in xfs_trans_alloc()
318 struct xfs_trans_res resv = {0}; in xfs_trans_alloc_empty()
1079 struct xfs_trans_res tres; in xfs_trans_roll()
Dxfs_trans.h20 struct xfs_trans_res;
158 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp,
Dxfs_inode.c1150 struct xfs_trans_res *tres; in xfs_create()
1305 struct xfs_trans_res *tres; in xfs_create_tmpfile()
Dxfs_trace.h3287 struct xfs_trans_res *res),