Searched refs:xfs_trans_res (Results 1 – 7 of 7) sorted by relevance
26 struct xfs_trans_res { struct34 struct xfs_trans_res tr_write; /* extent alloc trans */ argument35 struct xfs_trans_res tr_itruncate; /* truncate trans */36 struct xfs_trans_res tr_rename; /* rename trans */37 struct xfs_trans_res tr_link; /* link trans */38 struct xfs_trans_res tr_remove; /* unlink trans */39 struct xfs_trans_res tr_symlink; /* symlink trans */40 struct xfs_trans_res tr_create; /* create trans */41 struct xfs_trans_res tr_create_tmpfile; /* create O_TMPFILE trans */42 struct xfs_trans_res tr_mkdir; /* mkdir trans */[all …]
61 struct xfs_trans_res *max_resp) in xfs_log_get_max_trans_res()63 struct xfs_trans_res *resp; in xfs_log_get_max_trans_res()64 struct xfs_trans_res *end_resp; in xfs_log_get_max_trans_res()70 resp = (struct xfs_trans_res *)M_RES(mp); in xfs_log_get_max_trans_res()71 end_resp = (struct xfs_trans_res *)(M_RES(mp) + 1); in xfs_log_get_max_trans_res()98 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size()
22 struct xfs_trans_res;
207 struct xfs_trans_res tres; in xfs_attr_set()
33 struct xfs_trans_res;154 int xfs_trans_reserve(struct xfs_trans *, struct xfs_trans_res *,
171 struct xfs_trans_res *resp, in xfs_trans_reserve()1028 struct xfs_trans_res tres; in __xfs_trans_roll()
1151 struct xfs_trans_res *tres; in xfs_create()1332 struct xfs_trans_res *tres; in xfs_create_tmpfile()