Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dinode.h76 __be64 di_changecount; /* number of attribute changes */ member
Dxfs_inode.h159 __uint64_t di_changecount; /* number of attribute changes */ member
Dxfs_inode.c872 to->di_changecount = be64_to_cpu(from->di_changecount); in xfs_dinode_from_disk()
919 to->di_changecount = cpu_to_be64(from->di_changecount); in xfs_dinode_to_disk()
1337 ip->i_d.di_changecount = 1; in xfs_ialloc()