Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_buf.c233 to->di_changecount = be64_to_cpu(from->di_changecount); in xfs_dinode_from_disk()
279 to->di_changecount = cpu_to_be64(from->di_changecount); in xfs_dinode_to_disk()
Dxfs_log_format.h399 __uint64_t di_changecount; /* number of attribute changes */ member
Dxfs_format.h872 __be64 di_changecount; /* number of attribute changes */ member
/linux-4.4.14/fs/xfs/
Dxfs_trans_inode.c128 ip->i_d.di_changecount = ++VFS_I(ip)->i_version; in xfs_trans_log_inode()
Dxfs_inode.c843 ip->i_d.di_changecount = 1; in xfs_ialloc()