Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_inode_buf.c260 be64_to_cpu(from->di_changecount)); in xfs_inode_from_disk()
310 to->di_changecount = cpu_to_be64(inode_peek_iversion(inode)); in xfs_inode_to_disk()
362 to->di_changecount = cpu_to_be64(from->di_changecount); in xfs_log_dinode_to_disk()
Dxfs_log_format.h413 uint64_t di_changecount; /* number of attribute changes */ member
Dxfs_format.h886 __be64 di_changecount; /* number of attribute changes */ member
/linux-4.19.296/fs/xfs/
Dxfs_inode_item.c342 to->di_changecount = inode_peek_iversion(inode); in xfs_inode_to_log_dinode()