Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_trans_resv.h26 struct xfs_trans_res { struct
34 struct xfs_trans_res tr_write; /* extent alloc trans */ argument
35 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 …]
Dxfs_log_rlimit.c61 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()
Dxfs_log_format.h22 struct xfs_trans_res;
Dxfs_attr.c205 struct xfs_trans_res tres; in xfs_attr_set()
/linux-4.1.27/fs/xfs/
Dxfs_trans.h33 struct xfs_trans_res;
157 int xfs_trans_reserve(struct xfs_trans *, struct xfs_trans_res *,
Dxfs_trans.c171 struct xfs_trans_res *resp, in xfs_trans_reserve()
1051 struct xfs_trans_res tres; in xfs_trans_roll()
Dxfs_inode.c957 struct xfs_trans_res tres; in xfs_dir_ialloc()
1136 struct xfs_trans_res *tres; in xfs_create()
1325 struct xfs_trans_res *tres; in xfs_create_tmpfile()
Dxfs_bmap_util.c78 struct xfs_trans_res tres; /* new log reservation */ in xfs_bmap_finish()