Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_buf.c236 to->di_flags2 = be64_to_cpu(from->di_flags2); in xfs_dinode_from_disk()
282 to->di_flags2 = cpu_to_be64(from->di_flags2); in xfs_dinode_to_disk()
Dxfs_log_format.h401 __uint64_t di_flags2; /* more random flags */ member
Dxfs_format.h874 __be64 di_flags2; /* more random flags */ member
/linux-4.4.14/fs/xfs/
Dxfs_inode.c845 ip->i_d.di_flags2 = 0; in xfs_ialloc()