Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_inode_item_recover.c200 to->di_changecount = cpu_to_be64(from->di_changecount); in xfs_log_dinode_to_disk()
H A Dxfs_inode_item.c582 to->di_changecount = inode_peek_iversion(inode); in xfs_inode_to_log_dinode()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c240 be64_to_cpu(from->di_changecount)); in xfs_inode_from_disk()
334 to->di_changecount = cpu_to_be64(inode_peek_iversion(inode)); in xfs_inode_to_disk()
H A Dxfs_log_format.h453 uint64_t di_changecount; /* number of attribute changes */ member
H A Dxfs_format.h850 __be64 di_changecount; /* number of attribute changes */ member