Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_inode_buf.c241 to->di_flags2 = be64_to_cpu(from->di_flags2); in xfs_dinode_from_disk()
287 to->di_flags2 = cpu_to_be64(from->di_flags2); in xfs_dinode_to_disk()
Dxfs_dinode.h81 __be64 di_flags2; /* more random flags */ member
Dxfs_log_format.h401 __uint64_t di_flags2; /* more random flags */ member
/fs/xfs/
Dxfs_inode.c743 ip->i_d.di_flags2 = 0; in xfs_ialloc()