Home
last modified time | relevance | path

Searched refs:di_changecount (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode_item_recover.c202 to->di_changecount = cpu_to_be64(from->di_changecount); in xfs_log_dinode_to_disk()
H A Dxfs_inode_item.c586 to->di_changecount = inode_peek_iversion(inode); in xfs_inode_to_log_dinode()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c252 be64_to_cpu(from->di_changecount)); in xfs_inode_from_disk()
356 to->di_changecount = cpu_to_be64(inode_peek_iversion(inode)); in xfs_inode_to_disk()
H A Dxfs_format.h959 __be64 di_changecount; /* number of attribute changes */ member