Searched refs:xfs_trans_res (Results 1 – 10 of 10) sorted by relevance
/fs/xfs/libxfs/ |
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 */ 29 struct xfs_trans_res tr_create_tmpfile; /* create O_TMPFILE trans */ 30 struct xfs_trans_res tr_mkdir; /* mkdir trans */ [all …]
|
D | xfs_log_rlimit.c | 47 struct xfs_trans_res *max_resp) in xfs_log_get_max_trans_res() 49 struct xfs_trans_res *resp; in xfs_log_get_max_trans_res() 50 struct xfs_trans_res *end_resp; in xfs_log_get_max_trans_res() 56 resp = (struct xfs_trans_res *)M_RES(mp); in xfs_log_get_max_trans_res() 57 end_resp = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_log_get_max_trans_res() 84 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size()
|
D | xfs_shared.h | 50 struct xfs_trans_res; 52 struct xfs_trans_res *max_resp);
|
D | xfs_log_format.h | 10 struct xfs_trans_res;
|
D | xfs_attr.c | 707 struct xfs_trans_res tres; in xfs_attr_set()
|
/fs/xfs/ |
D | xfs_trans.c | 35 struct xfs_trans_res resv; in xfs_trans_trace_reservations() 36 struct xfs_trans_res *res; in xfs_trans_trace_reservations() 37 struct xfs_trans_res *end_res; in xfs_trans_trace_reservations() 40 res = (struct xfs_trans_res *)M_RES(mp); in xfs_trans_trace_reservations() 41 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_trans_trace_reservations() 154 struct xfs_trans_res *resp, in xfs_trans_reserve() 250 struct xfs_trans_res *resp, in xfs_trans_alloc() 334 struct xfs_trans_res resv = {0}; in xfs_trans_alloc_empty() 989 struct xfs_trans_res tres; in xfs_trans_roll() 1035 struct xfs_trans_res *resv, in xfs_trans_alloc_inode() [all …]
|
D | xfs_trans.h | 20 struct xfs_trans_res; 166 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp, 258 int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv, 261 int xfs_trans_alloc_icreate(struct xfs_mount *mp, struct xfs_trans_res *resv, 268 int xfs_trans_alloc_dir(struct xfs_inode *dp, struct xfs_trans_res *resv,
|
D | xfs_inode.c | 983 struct xfs_trans_res *tres; in xfs_create() 1139 struct xfs_trans_res *tres; in xfs_create_tmpfile()
|
D | xfs_log_recover.c | 2473 struct xfs_trans_res resv; in xlog_finish_defer_ops()
|
D | xfs_trace.h | 72 struct xfs_trans_res; 3519 struct xfs_trans_res *res),
|