Searched refs:FS_NOCOMP_FL (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfs.h275 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/linux-master/tools/include/uapi/linux/
H A Dfs.h275 #define FS_NOCOMP_FL 0x00000400 /* Don't compress */ macro
/linux-master/fs/nilfs2/
H A Dnilfs.h215 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
/linux-master/fs/ext2/
H A Dext2.h234 #define EXT2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/linux-master/fs/btrfs/
H A Dioctl.c159 iflags |= FS_NOCOMP_FL;
201 FS_NOCOMP_FL | FS_COMPR_FL |
206 if ((flags & FS_NOCOMP_FL) && (flags & FS_COMPR_FL))
213 if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL | FS_NOCOMP_FL)))
215 if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL | FS_NOCOMP_FL)))
351 if (fsflags & FS_NOCOMP_FL) {
/linux-master/fs/ocfs2/
H A Docfs2_fs.h250 #define OCFS2_NOCOMP_FL FS_NOCOMP_FL /* Don't compress */
/linux-master/fs/f2fs/
H A Dfile.c1993 { F2FS_NOCOMP_FL, FS_NOCOMP_FL },
2007 FS_NOCOMP_FL | \
2024 FS_NOCOMP_FL | \

Completed in 161 milliseconds