Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_inode_buf.c266 inode->i_version = be64_to_cpu(from->di_changecount); in xfs_inode_from_disk()
316 to->di_changecount = cpu_to_be64(inode->i_version); in xfs_inode_to_disk()
368 to->di_changecount = cpu_to_be64(from->di_changecount); in xfs_log_dinode_to_disk()
Dxfs_log_format.h412 uint64_t di_changecount; /* number of attribute changes */ member
Dxfs_format.h890 __be64 di_changecount; /* number of attribute changes */ member
/fs/xfs/
Dxfs_inode_item.c371 to->di_changecount = inode->i_version; in xfs_inode_to_log_dinode()