Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A 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 …]
H A Dxfs_log_recover.h155 static inline struct xfs_trans_res
156 xlog_recover_resv(const struct xfs_trans_res *r) in xlog_recover_resv()
158 struct xfs_trans_res ret = { in xlog_recover_resv()
H A Dxfs_shared.h128 struct xfs_trans_res;
130 struct xfs_trans_res *max_resp);
H A Dxfs_attr.h568 struct xfs_trans_res xfs_attr_set_resv(const struct xfs_da_args *args);
H A Dxfs_attr.c332 inline struct xfs_trans_res
337 struct xfs_trans_res ret = { in xfs_attr_set_resv()
1052 struct xfs_trans_res tres; in xfs_attr_set()
H A Dxfs_log_format.h10 struct xfs_trans_res;
/linux/fs/xfs/
H A Dxfs_trans.h21 struct xfs_trans_res;
166 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp,
253 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv,
258 int xfs_trans_alloc_icreate(struct xfs_mount *mp, struct xfs_trans_res *resv,
265 int xfs_trans_alloc_dir(struct xfs_inode *dp, struct xfs_trans_res *resv,
H A Dxfs_trans.c38 struct xfs_trans_res *res; in xfs_trans_trace_reservations()
39 struct xfs_trans_res *end_res; in xfs_trans_trace_reservations()
42 res = (struct xfs_trans_res *)M_RES(mp); in xfs_trans_trace_reservations()
43 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_trans_trace_reservations()
153 struct xfs_trans_res *resp, in xfs_trans_reserve()
247 struct xfs_trans_res *resp, in xfs_trans_alloc()
332 struct xfs_trans_res resv = {0}; in xfs_trans_alloc_empty()
1038 struct xfs_trans_res tres; in xfs_trans_roll()
1084 struct xfs_trans_res *resv, in xfs_trans_alloc_inode()
1147 struct xfs_trans_res resv = { }; in xfs_trans_reserve_more()
[all …]
H A Dxfs_bmap_item.c489 struct xfs_trans_res resv; in xfs_bmap_recover_work()
H A Dxfs_rmap_item.c563 struct xfs_trans_res resv; in xfs_rmap_recover_work()
H A Dxfs_refcount_item.c498 struct xfs_trans_res resv; in xfs_refcount_recover_work()
H A Dxfs_attr_item.c745 struct xfs_trans_res resv; in xfs_attr_recover_work()
H A Dxfs_trace.h85 struct xfs_trans_res;
4141 struct xfs_trans_res *res),
4168 struct xfs_trans_res *res), \
4174 TP_PROTO(struct xfs_mount *mp, const struct xfs_trans_res *res),
H A Dxfs_log_recover.c2522 struct xfs_trans_res resv; in xlog_finish_defer_ops()
/linux/fs/xfs/scrub/
H A Dtempfile.c54 struct xfs_trans_res *tres; in xrep_tempfile_create()