Lines Matching defs:xfs_trans_resv
33 struct xfs_trans_resv { struct
34 struct xfs_trans_res tr_write; /* extent alloc trans */
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 */
43 struct xfs_trans_res tr_ifree; /* inode free trans */
44 struct xfs_trans_res tr_ichange; /* inode update trans */
45 struct xfs_trans_res tr_growdata; /* fs data section grow trans */
46 struct xfs_trans_res tr_addafork; /* add inode attr fork trans */
47 struct xfs_trans_res tr_writeid; /* write setuid/setgid file */
48 struct xfs_trans_res tr_attrinval; /* attr fork buffer
50 struct xfs_trans_res tr_attrsetm; /* set/create an attribute at
52 struct xfs_trans_res tr_attrsetrt; /* set/create an attribute at
54 struct xfs_trans_res tr_attrrm; /* remove an attribute */
55 struct xfs_trans_res tr_clearagi; /* clear agi unlinked bucket */
56 struct xfs_trans_res tr_growrtalloc; /* grow realtime allocations */
57 struct xfs_trans_res tr_growrtzero; /* grow realtime zeroing */
58 struct xfs_trans_res tr_growrtfree; /* grow realtime freeing */
59 struct xfs_trans_res tr_qm_setqlim; /* adjust quota limits */
60 struct xfs_trans_res tr_qm_dqalloc; /* allocate quota on disk */
61 struct xfs_trans_res tr_qm_quotaoff; /* turn quota off */
62 struct xfs_trans_res tr_qm_equotaoff;/* end of turn quota off */
63 struct xfs_trans_res tr_sb; /* modify superblock */
64 struct xfs_trans_res tr_fsyncts; /* update timestamps on fsync */