Searched refs:xfs_trans_res (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_trans_resv.h | 14 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 */ 30 struct xfs_trans_res tr_mkdir; /* mkdir trans */ 31 struct xfs_trans_res tr_ifree; /* inode free trans */ [all …]
|
A D | xfs_log_rlimit.c | 107 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()
|
A D | xfs_shared.h | 50 struct xfs_trans_res; 52 struct xfs_trans_res *max_resp);
|
A D | xfs_attr.h | 552 void xfs_init_attr_trans(struct xfs_da_args *args, struct xfs_trans_res *tres,
|
A D | xfs_attr.c | 321 struct xfs_trans_res *tres, in xfs_init_attr_trans() 968 struct xfs_trans_res tres; in xfs_attr_set()
|
A D | xfs_log_format.h | 10 struct xfs_trans_res;
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_trans.h | 21 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,
|
A D | xfs_trans.c | 35 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() 329 struct xfs_trans_res resv = {0}; in xfs_trans_alloc_empty() 1133 struct xfs_trans_res tres; in xfs_trans_roll() 1179 struct xfs_trans_res *resv, in xfs_trans_alloc_inode() 1234 struct xfs_trans_res *resv, in xfs_trans_alloc_icreate() [all …]
|
A D | xfs_attr_item.c | 550 struct xfs_trans_res tres; in xfs_attri_item_recover()
|
A D | xfs_inode.c | 967 struct xfs_trans_res *tres; in xfs_create() 1118 struct xfs_trans_res *tres; in xfs_create_tmpfile()
|
A D | xfs_trace.h | 72 struct xfs_trans_res; 3620 struct xfs_trans_res *res), 3647 struct xfs_trans_res *res), \ 3653 TP_PROTO(struct xfs_mount *mp, const struct xfs_trans_res *res),
|
A D | xfs_log_recover.c | 2467 struct xfs_trans_res resv; in xlog_finish_defer_ops()
|
Completed in 38 milliseconds