Searched defs:xfs_trans_resv (Results 1 – 1 of 1) sorted by relevance
21 struct xfs_trans_resv { struct22 struct xfs_trans_res tr_write; /* extent alloc trans */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 …]