di_flags          397 fs/gfs2/glops.c 	ip->i_diskflags = be32_to_cpu(str->di_flags);
di_flags          479 fs/gfs2/super.c 	str->di_flags = cpu_to_be32(ip->i_diskflags);
di_flags          186 fs/xfs/libxfs/xfs_bmap_btree.c 	       (dst->bc_private.b.ip->i_d.di_flags & XFS_DIFLAG_REALTIME));
di_flags          874 fs/xfs/libxfs/xfs_format.h 	__be16		di_flags;	/* random flags, XFS_DIFLAG_... */
di_flags          254 fs/xfs/libxfs/xfs_inode_buf.c 	to->di_flags	= be16_to_cpu(from->di_flags);
di_flags          305 fs/xfs/libxfs/xfs_inode_buf.c 	to->di_flags = cpu_to_be16(from->di_flags);
di_flags          356 fs/xfs/libxfs/xfs_inode_buf.c 	to->di_flags = cpu_to_be16(from->di_flags);
di_flags          491 fs/xfs/libxfs/xfs_inode_buf.c 	flags = be16_to_cpu(dip->di_flags);
di_flags           35 fs/xfs/libxfs/xfs_inode_buf.h 	uint16_t	di_flags;	/* random flags, XFS_DIFLAG_... */
di_flags          405 fs/xfs/libxfs/xfs_log_format.h 	uint16_t	di_flags;	/* random flags, XFS_DIFLAG_... */
di_flags         1000 fs/xfs/libxfs/xfs_rtbitmap.c 		if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM))
di_flags         1001 fs/xfs/libxfs/xfs_rtbitmap.c 			mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM;
di_flags          838 fs/xfs/scrub/common.c 	if (sc->ip->i_d.di_flags & XFS_DIFLAG_REALTIME) {
di_flags          213 fs/xfs/scrub/inode.c 	flags = be16_to_cpu(dip->di_flags);
di_flags          581 fs/xfs/xfs_bmap_util.c 		    (ip->i_d.di_flags &
di_flags          762 fs/xfs/xfs_bmap_util.c 	if (ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND))
di_flags           59 fs/xfs/xfs_file.c 		ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC;
di_flags           61 fs/xfs/xfs_file.c 		ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC;
di_flags           25 fs/xfs/xfs_filestream.h 		(ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM);
di_flags           58 fs/xfs/xfs_inode.c 	if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize)
di_flags          613 fs/xfs/xfs_inode.c 	uint16_t		di_flags,
di_flags          619 fs/xfs/xfs_inode.c 	if (di_flags & XFS_DIFLAG_ANY) {
di_flags          620 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_REALTIME)
di_flags          622 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_PREALLOC)
di_flags          624 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_IMMUTABLE)
di_flags          626 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_APPEND)
di_flags          628 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_SYNC)
di_flags          630 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_NOATIME)
di_flags          632 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_NODUMP)
di_flags          634 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_RTINHERIT)
di_flags          636 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_PROJINHERIT)
di_flags          638 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_NOSYMLINKS)
di_flags          640 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_EXTSIZE)
di_flags          642 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_EXTSZINHERIT)
di_flags          644 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_NODEFRAG)
di_flags          646 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_FILESTREAM)
di_flags          669 fs/xfs/xfs_inode.c 	return _xfs_dic2xflags(dic->di_flags, dic->di_flags2, XFS_IFORK_Q(ip));
di_flags          842 fs/xfs/xfs_inode.c 	ip->i_d.di_flags = 0;
di_flags          865 fs/xfs/xfs_inode.c 		if (pip && (pip->i_d.di_flags & XFS_DIFLAG_ANY)) {
di_flags          866 fs/xfs/xfs_inode.c 			uint		di_flags = 0;
di_flags          869 fs/xfs/xfs_inode.c 				if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT)
di_flags          870 fs/xfs/xfs_inode.c 					di_flags |= XFS_DIFLAG_RTINHERIT;
di_flags          871 fs/xfs/xfs_inode.c 				if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) {
di_flags          872 fs/xfs/xfs_inode.c 					di_flags |= XFS_DIFLAG_EXTSZINHERIT;
di_flags          875 fs/xfs/xfs_inode.c 				if (pip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT)
di_flags          876 fs/xfs/xfs_inode.c 					di_flags |= XFS_DIFLAG_PROJINHERIT;
di_flags          878 fs/xfs/xfs_inode.c 				if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT)
di_flags          879 fs/xfs/xfs_inode.c 					di_flags |= XFS_DIFLAG_REALTIME;
di_flags          880 fs/xfs/xfs_inode.c 				if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) {
di_flags          881 fs/xfs/xfs_inode.c 					di_flags |= XFS_DIFLAG_EXTSIZE;
di_flags          885 fs/xfs/xfs_inode.c 			if ((pip->i_d.di_flags & XFS_DIFLAG_NOATIME) &&
di_flags          887 fs/xfs/xfs_inode.c 				di_flags |= XFS_DIFLAG_NOATIME;
di_flags          888 fs/xfs/xfs_inode.c 			if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) &&
di_flags          890 fs/xfs/xfs_inode.c 				di_flags |= XFS_DIFLAG_NODUMP;
di_flags          891 fs/xfs/xfs_inode.c 			if ((pip->i_d.di_flags & XFS_DIFLAG_SYNC) &&
di_flags          893 fs/xfs/xfs_inode.c 				di_flags |= XFS_DIFLAG_SYNC;
di_flags          894 fs/xfs/xfs_inode.c 			if ((pip->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) &&
di_flags          896 fs/xfs/xfs_inode.c 				di_flags |= XFS_DIFLAG_NOSYMLINKS;
di_flags          897 fs/xfs/xfs_inode.c 			if ((pip->i_d.di_flags & XFS_DIFLAG_NODEFRAG) &&
di_flags          899 fs/xfs/xfs_inode.c 				di_flags |= XFS_DIFLAG_NODEFRAG;
di_flags          900 fs/xfs/xfs_inode.c 			if (pip->i_d.di_flags & XFS_DIFLAG_FILESTREAM)
di_flags          901 fs/xfs/xfs_inode.c 				di_flags |= XFS_DIFLAG_FILESTREAM;
di_flags          903 fs/xfs/xfs_inode.c 			ip->i_d.di_flags |= di_flags;
di_flags         1420 fs/xfs/xfs_inode.c 	if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
di_flags         2764 fs/xfs/xfs_inode.c 	ip->i_d.di_flags = 0;
di_flags         3272 fs/xfs/xfs_inode.c 	if (unlikely((target_dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
di_flags          202 fs/xfs/xfs_inode.h 	if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT)
di_flags          336 fs/xfs/xfs_inode_item.c 	to->di_flags = from->di_flags;
di_flags         1094 fs/xfs/xfs_ioctl.c 	uint16_t	di_flags)
di_flags         1098 fs/xfs/xfs_ioctl.c 	if (di_flags & XFS_DIFLAG_IMMUTABLE)
di_flags         1100 fs/xfs/xfs_ioctl.c 	if (di_flags & XFS_DIFLAG_APPEND)
di_flags         1102 fs/xfs/xfs_ioctl.c 	if (di_flags & XFS_DIFLAG_SYNC)
di_flags         1104 fs/xfs/xfs_ioctl.c 	if (di_flags & XFS_DIFLAG_NOATIME)
di_flags         1106 fs/xfs/xfs_ioctl.c 	if (di_flags & XFS_DIFLAG_NODUMP)
di_flags         1162 fs/xfs/xfs_ioctl.c 	uint16_t		di_flags =
di_flags         1163 fs/xfs/xfs_ioctl.c 		(ip->i_d.di_flags & XFS_DIFLAG_PREALLOC);
di_flags         1166 fs/xfs/xfs_ioctl.c 		di_flags |= XFS_DIFLAG_IMMUTABLE;
di_flags         1168 fs/xfs/xfs_ioctl.c 		di_flags |= XFS_DIFLAG_APPEND;
di_flags         1170 fs/xfs/xfs_ioctl.c 		di_flags |= XFS_DIFLAG_SYNC;
di_flags         1172 fs/xfs/xfs_ioctl.c 		di_flags |= XFS_DIFLAG_NOATIME;
di_flags         1174 fs/xfs/xfs_ioctl.c 		di_flags |= XFS_DIFLAG_NODUMP;
di_flags         1176 fs/xfs/xfs_ioctl.c 		di_flags |= XFS_DIFLAG_NODEFRAG;
di_flags         1178 fs/xfs/xfs_ioctl.c 		di_flags |= XFS_DIFLAG_FILESTREAM;
di_flags         1181 fs/xfs/xfs_ioctl.c 			di_flags |= XFS_DIFLAG_RTINHERIT;
di_flags         1183 fs/xfs/xfs_ioctl.c 			di_flags |= XFS_DIFLAG_NOSYMLINKS;
di_flags         1185 fs/xfs/xfs_ioctl.c 			di_flags |= XFS_DIFLAG_EXTSZINHERIT;
di_flags         1187 fs/xfs/xfs_ioctl.c 			di_flags |= XFS_DIFLAG_PROJINHERIT;
di_flags         1190 fs/xfs/xfs_ioctl.c 			di_flags |= XFS_DIFLAG_REALTIME;
di_flags         1192 fs/xfs/xfs_ioctl.c 			di_flags |= XFS_DIFLAG_EXTSIZE;
di_flags         1195 fs/xfs/xfs_ioctl.c 	return di_flags;
di_flags         1279 fs/xfs/xfs_ioctl.c 	ip->i_d.di_flags = xfs_flags2diflags(ip, fa->fsx_xflags);
di_flags         1625 fs/xfs/xfs_ioctl.c 	if (ip->i_d.di_flags & (XFS_DIFLAG_EXTSIZE | XFS_DIFLAG_EXTSZINHERIT))
di_flags         1682 fs/xfs/xfs_ioctl.c 	flags = xfs_di2lxflags(ip->i_d.di_flags);
di_flags          528 fs/xfs/xfs_iops.c 	if (ip->i_d.di_flags & XFS_DIFLAG_IMMUTABLE)
di_flags          530 fs/xfs/xfs_iops.c 	if (ip->i_d.di_flags & XFS_DIFLAG_APPEND)
di_flags          532 fs/xfs/xfs_iops.c 	if (ip->i_d.di_flags & XFS_DIFLAG_NODUMP)
di_flags         1238 fs/xfs/xfs_iops.c 	uint16_t		flags = ip->i_d.di_flags;
di_flags          255 fs/xfs/xfs_linux.h 	(((ip)->i_d.di_flags & XFS_DIFLAG_REALTIME) &&	\
di_flags         1287 fs/xfs/xfs_rtalloc.c 	if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) {
di_flags         1288 fs/xfs/xfs_rtalloc.c 		mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM;
di_flags         1128 fs/xfs/xfs_super.c 	if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
di_flags         1134 fs/xfs/xfs_super.c 	    (ip->i_d.di_flags & (XFS_DIFLAG_RTINHERIT | XFS_DIFLAG_REALTIME))) {
di_flags          222 fs/xfs/xfs_symlink.c 	if (dp->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) {
di_flags          283 include/uapi/linux/gfs2_ondisk.h 	__be32 di_flags;	/* GFS2_DIF_... */