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

/linux-master/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)
110 struct xfs_trans_res *resp;
111 struct xfs_trans_res *end_resp;
120 resp = (struct xfs_trans_res *)&resv;
121 end_resp = (struct xfs_trans_res *)(&resv + 1);
151 struct xfs_trans_res tres = {0};
H A Dxfs_log_recover.h145 static inline struct xfs_trans_res
146 xlog_recover_resv(const struct xfs_trans_res *r)
148 struct xfs_trans_res ret = {
H A Dxfs_shared.h104 struct xfs_trans_res;
106 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_attr.c321 struct xfs_trans_res *tres,
927 struct xfs_trans_res tres;
H A Dxfs_log_format.h10 struct xfs_trans_res;
/linux-master/fs/xfs/
H A Dxfs_trans.h21 struct xfs_trans_res;
164 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp,
251 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv,
256 int xfs_trans_alloc_icreate(struct xfs_mount *mp, struct xfs_trans_res *resv,
263 int xfs_trans_alloc_dir(struct xfs_inode *dp, struct xfs_trans_res *resv,
H A Dxfs_trans.c36 struct xfs_trans_res *res;
37 struct xfs_trans_res *end_res;
40 res = (struct xfs_trans_res *)M_RES(mp);
41 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1);
152 struct xfs_trans_res *resp,
246 struct xfs_trans_res *resp,
332 struct xfs_trans_res resv = {0};
1145 struct xfs_trans_res tres;
1191 struct xfs_trans_res *resv,
1254 struct xfs_trans_res res
[all...]
H A Dxfs_refcount_item.c446 struct xfs_trans_res resv;
H A Dxfs_bmap_item.c484 struct xfs_trans_res resv;
H A Dxfs_extfree_item.c602 struct xfs_trans_res resv;
H A Dxfs_attr_item.c582 struct xfs_trans_res resv;
H A Dxfs_rmap_item.c512 struct xfs_trans_res resv;
H A Dxfs_inode.c1025 struct xfs_trans_res *tres;
1184 struct xfs_trans_res *tres;
H A Dxfs_trace.h76 struct xfs_trans_res;
3858 struct xfs_trans_res *res),
3885 struct xfs_trans_res *res), \
3891 TP_PROTO(struct xfs_mount *mp, const struct xfs_trans_res *res),
H A Dxfs_log_recover.c2484 struct xfs_trans_res resv;

Completed in 326 milliseconds