Lines Matching defs:xfs_trans_res

14 struct xfs_trans_res {
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 */
29 struct xfs_trans_res tr_create_tmpfile; /* create O_TMPFILE trans */
30 struct xfs_trans_res tr_mkdir; /* mkdir trans */
31 struct xfs_trans_res tr_ifree; /* inode free trans */
32 struct xfs_trans_res tr_ichange; /* inode update trans */
33 struct xfs_trans_res tr_growdata; /* fs data section grow trans */
34 struct xfs_trans_res tr_addafork; /* add inode attr fork trans */
35 struct xfs_trans_res tr_writeid; /* write setuid/setgid file */
36 struct xfs_trans_res tr_attrinval; /* attr fork buffer
38 struct xfs_trans_res tr_attrsetm; /* set/create an attribute at
40 struct xfs_trans_res tr_attrsetrt; /* set/create an attribute at
42 struct xfs_trans_res tr_attrrm; /* remove an attribute */
43 struct xfs_trans_res tr_clearagi; /* clear agi unlinked bucket */
44 struct xfs_trans_res tr_growrtalloc; /* grow realtime allocations */
45 struct xfs_trans_res tr_growrtzero; /* grow realtime zeroing */
46 struct xfs_trans_res tr_growrtfree; /* grow realtime freeing */
47 struct xfs_trans_res tr_qm_setqlim; /* adjust quota limits */
48 struct xfs_trans_res tr_qm_dqalloc; /* allocate quota on disk */
49 struct xfs_trans_res tr_sb; /* modify superblock */
50 struct xfs_trans_res tr_fsyncts; /* update timestamps on fsync */