Lines Matching refs:fsflags
254 unsigned int fsflags, old_fsflags;
265 fsflags = btrfs_mask_fsflags_for_type(inode, fa->flags);
267 ret = check_fsflags(old_fsflags, fsflags);
271 ret = check_fsflags_compatible(fs_info, fsflags);
276 if (fsflags & FS_SYNC_FL)
280 if (fsflags & FS_IMMUTABLE_FL)
284 if (fsflags & FS_APPEND_FL)
288 if (fsflags & FS_NODUMP_FL)
292 if (fsflags & FS_NOATIME_FL)
306 if (fsflags & FS_DIRSYNC_FL)
310 if (fsflags & FS_NOCOW_FL) {
341 if (fsflags & FS_NOCOMP_FL) {
344 } else if (fsflags & FS_COMPR_FL) {