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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.c336 struct xfs_trans_res *tres,
1006 struct xfs_trans_res tres;
H A Dxfs_attr.h568 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_log_recover.h149 static inline struct xfs_trans_res
150 xlog_recover_resv(const struct xfs_trans_res *r)
152 struct xfs_trans_res ret = {
H A Dxfs_log_rlimit.c153 struct xfs_trans_res *max_resp)
156 struct xfs_trans_res *resp;
157 struct xfs_trans_res *end_resp;
166 resp = (struct xfs_trans_res *)&resv;
167 end_resp = (struct xfs_trans_res *)(&resv + 1);
197 struct xfs_trans_res tres = {0};
H A Dxfs_shared.h104 struct xfs_trans_res;
106 struct xfs_trans_res *max_resp);
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...]
/linux-master/fs/xfs/
H A Dxfs_attr_item.c745 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_inode.c1039 struct xfs_trans_res *tres;
1219 struct xfs_trans_res *tres;
H A Dxfs_log_recover.c2517 struct xfs_trans_res resv;
H A Dxfs_refcount_item.c446 struct xfs_trans_res resv;
H A Dxfs_rmap_item.c512 struct xfs_trans_res resv;
H A Dxfs_trace.h78 struct xfs_trans_res;
3863 struct xfs_trans_res *res),
3890 struct xfs_trans_res *res), \
3896 TP_PROTO(struct xfs_mount *mp, const struct xfs_trans_res *res),
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};
1148 struct xfs_trans_res tres;
1194 struct xfs_trans_res *resv,
1257 struct xfs_trans_res res
[all...]
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,

Completed in 369 milliseconds