xfs_mount.h | xfs_mount.h | |||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
uint tr_symlink; /* symlink trans */ | uint tr_symlink; /* symlink trans */ | |||
uint tr_create; /* create trans */ | uint tr_create; /* create trans */ | |||
uint tr_mkdir; /* mkdir trans */ | uint tr_mkdir; /* mkdir trans */ | |||
uint tr_ifree; /* inode free trans */ | uint tr_ifree; /* inode free trans */ | |||
uint tr_ichange; /* inode update trans */ | uint tr_ichange; /* inode update trans */ | |||
uint tr_growdata; /* fs data section grow trans */ | uint tr_growdata; /* fs data section grow trans */ | |||
uint tr_swrite; /* sync write inode trans */ | uint tr_swrite; /* sync write inode trans */ | |||
uint tr_addafork; /* cvt inode to attributed trans */ | uint tr_addafork; /* cvt inode to attributed trans */ | |||
uint tr_writeid; /* write setuid/setgid file */ | uint tr_writeid; /* write setuid/setgid file */ | |||
uint tr_attrinval; /* attr fork buffer invalidation */ | uint tr_attrinval; /* attr fork buffer invalidation */ | |||
uint tr_attrset; /* set/create an attribute */ | uint tr_attrsetm; /* set/create an attribute at mount time */ | |||
uint tr_attrsetrt; /* set/create an attribute at runtime */ | ||||
uint tr_attrrm; /* remove an attribute */ | uint tr_attrrm; /* remove an attribute */ | |||
uint tr_clearagi; /* clear bad agi unlinked ino bucket */ | uint tr_clearagi; /* clear bad agi unlinked ino bucket */ | |||
uint tr_growrtalloc; /* grow realtime allocations */ | uint tr_growrtalloc; /* grow realtime allocations */ | |||
uint tr_growrtzero; /* grow realtime zeroing */ | uint tr_growrtzero; /* grow realtime zeroing */ | |||
uint tr_growrtfree; /* grow realtime freeing */ | uint tr_growrtfree; /* grow realtime freeing */ | |||
} xfs_trans_reservations_t; | } xfs_trans_reservations_t; | |||
#ifndef __KERNEL__ | #ifndef __KERNEL__ | |||
#define xfs_daddr_to_agno(mp,d) \ | #define xfs_daddr_to_agno(mp,d) \ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |