Home
last modified time | relevance | path

Searched defs:xfs_trans_resv (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_trans_resv.h21 struct xfs_trans_resv { struct
22 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 */
30 struct xfs_trans_res tr_mkdir; /* mkdir trans */
31 struct xfs_trans_res tr_ifree; /* inode free trans */
[all …]

Completed in 4 milliseconds