Searched refs:di_flags2 (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c121 (ld->di_flags2 & XFS_DIFLAG2_BIGTIME);
149 (ld->di_flags2 & XFS_DIFLAG2_NREXT64);
203 to->di_flags2 = cpu_to_be64(from->di_flags2);
H A Dxfs_ioctl.c1104 uint64_t di_flags2 = local
1110 di_flags2 |= XFS_DIFLAG2_DAX;
1112 di_flags2 |= XFS_DIFLAG2_COWEXTSIZE;
1114 return di_flags2;
H A Dxfs_inode_item.c551 to->di_flags2 = ip->i_diflags2;
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c250 ip->i_diflags2 = be64_to_cpu(from->di_flags2);
344 to->di_flags2 = cpu_to_be64(ip->i_diflags2);
593 flags2 = be64_to_cpu(dip->di_flags2);
H A Dxfs_format.h867 __be64 di_flags2; /* more random flags */ member in struct:xfs_dinode
1079 * Values for di_flags2 These start by being exposed to userspace in the upper
1101 (dip->di_flags2 & cpu_to_be64(XFS_DIFLAG2_BIGTIME));
1108 (dip->di_flags2 & cpu_to_be64(XFS_DIFLAG2_NREXT64));
H A Dxfs_log_format.h464 uint64_t di_flags2; /* more random flags */ member in struct:xfs_log_dinode
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c474 uint64_t flags2 = be64_to_cpu(dip->di_flags2);
505 dip->di_flags2 = cpu_to_be64(flags2);
615 uint64_t flags2 = be64_to_cpu(dip->di_flags2);
638 dip->di_flags2 &= ~cpu_to_be64(XFS_DIFLAG2_COWEXTSIZE);
H A Dinode.c310 /* Make sure the di_flags2 make sense for the inode. */
322 /* Unknown di_flags2 could be from a future kernel */
391 flags2 = be64_to_cpu(dip->di_flags2);
H A Dtrace.h1943 __entry->flags2 = be64_to_cpu(dip->di_flags2);

Completed in 256 milliseconds