di_changecount    882 fs/xfs/libxfs/xfs_format.h 	__be64		di_changecount;	/* number of attribute changes */
di_changecount    258 fs/xfs/libxfs/xfs_inode_buf.c 					   be64_to_cpu(from->di_changecount));
di_changecount    308 fs/xfs/libxfs/xfs_inode_buf.c 		to->di_changecount = cpu_to_be64(inode_peek_iversion(inode));
di_changecount    360 fs/xfs/libxfs/xfs_inode_buf.c 		to->di_changecount = cpu_to_be64(from->di_changecount);
di_changecount    413 fs/xfs/libxfs/xfs_log_format.h 	uint64_t	di_changecount;	/* number of attribute changes */
di_changecount    342 fs/xfs/xfs_inode_item.c 		to->di_changecount = inode_peek_iversion(inode);