Lines Matching defs:fsflags
288 unsigned int fsflags, old_fsflags;
299 fsflags = btrfs_mask_fsflags_for_type(&inode->vfs_inode, fa->flags);
301 ret = check_fsflags(old_fsflags, fsflags);
305 ret = check_fsflags_compatible(fs_info, fsflags);
310 if (fsflags & FS_SYNC_FL)
314 if (fsflags & FS_IMMUTABLE_FL)
318 if (fsflags & FS_APPEND_FL)
322 if (fsflags & FS_NODUMP_FL)
326 if (fsflags & FS_NOATIME_FL)
340 if (fsflags & FS_DIRSYNC_FL)
344 if (fsflags & FS_NOCOW_FL) {
375 if (fsflags & FS_NOCOMP_FL) {
378 } else if (fsflags & FS_COMPR_FL) {