Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.h21 typedef struct xfs_trans_reservations { struct
22 uint tr_write; /* extent alloc trans */
23 uint tr_itruncate; /* truncate trans */
24 uint tr_rename; /* rename trans */
25 uint tr_link; /* link trans */
26 uint tr_remove; /* unlink trans */
50 } xfs_trans_reservations_t; argument