Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 18 of 18) sorted by relevance

/fs/btrfs/
A Dscrub.h14 int readonly, int is_dev_replace);
A Dioctl.c701 struct dentry *dentry, bool readonly, in create_snapshot() argument
763 pending_snapshot->readonly = readonly; in create_snapshot()
898 bool readonly, in btrfs_mksubvol() argument
934 ret = create_snapshot(snap_src, dir, dentry, readonly, inherit); in btrfs_mksubvol()
953 bool readonly, in btrfs_mksnapshot() argument
1186 bool readonly, in __btrfs_ioctl_snap_create() argument
1212 readonly, inherit); in __btrfs_ioctl_snap_create()
1244 readonly, inherit); in __btrfs_ioctl_snap_create()
1283 bool readonly = false; in btrfs_ioctl_snap_create_v2() local
1302 readonly = true; in btrfs_ioctl_snap_create_v2()
[all …]
A Dtransaction.h193 bool readonly; member
A Dscrub.c203 int readonly; member
1209 if (!sctx->readonly && !bitmap_empty(&repaired, stripe->nr_sectors)) { in scrub_stripe_read_repair_worker()
3016 int readonly, int is_dev_replace) in btrfs_scrub_dev() argument
3057 if (!is_dev_replace && !readonly && in btrfs_scrub_dev()
3088 sctx->readonly = readonly; in btrfs_scrub_dev()
3132 if (sctx->stat.super_errors > old_super_errors && !sctx->readonly) in btrfs_scrub_dev()
A Dextent-tree.c2750 bool readonly; in unpin_extent_range() local
2756 readonly = false; in unpin_extent_range()
2805 readonly = true; in unpin_extent_range()
2809 readonly = true; in unpin_extent_range()
2812 if (!readonly && return_free_space) in unpin_extent_range()
A Dtransaction.c1766 if (pending->readonly) in create_pending_snapshot()
A Dinode.c7174 bool readonly = false; in btrfs_extent_readonly() local
7178 readonly = true; in btrfs_extent_readonly()
7181 return readonly; in btrfs_extent_readonly()
/fs/qnx6/
A DKconfig12 However, keep in mind that this currently is a readonly driver!
/fs/freevxfs/
A DKconfig14 Currently only readonly access is supported and VxFX versions
/fs/jfs/
A Dsuper.c365 int readonly = fc->sb_flags & SB_RDONLY; in jfs_reconfigure() local
401 if (sb_rdonly(sb) && !readonly) { in jfs_reconfigure()
417 if (!sb_rdonly(sb) && readonly) { in jfs_reconfigure()
/fs/udf/
A Dsuper.c655 int readonly = fc->sb_flags & SB_RDONLY; in udf_reconfigure() local
658 if (!readonly && UDF_QUERY_FLAG(sb, UDF_FLAG_RW_INCOMPAT)) in udf_reconfigure()
672 if (readonly == sb_rdonly(sb)) in udf_reconfigure()
675 if (readonly) in udf_reconfigure()
/fs/f2fs/
A Dsysfs.c1250 F2FS_FEATURE_RO_ATTR(readonly);
1405 BASE_ATTR_LIST(readonly),
1446 F2FS_SB_FEATURE_RO_ATTR(readonly, RO);
A Dfile.c2414 bool readonly, bool need_lock) in f2fs_do_shutdown() argument
2458 if (readonly) in f2fs_do_shutdown()
2491 bool need_drop = false, readonly = false; in f2fs_ioc_shutdown() local
2507 readonly = true; in f2fs_ioc_shutdown()
2513 ret = f2fs_do_shutdown(sbi, in, readonly, true); in f2fs_ioc_shutdown()
A Dsuper.c2909 bool readonly = f2fs_readonly(sbi->sb); in f2fs_recover_quota_begin() local
2918 if (readonly) { in f2fs_recover_quota_begin()
2927 return f2fs_enable_quota_files(sbi, readonly); in f2fs_recover_quota_begin()
A Df2fs.h3634 bool readonly, bool need_lock);
4649 F2FS_FEATURE_FUNCS(readonly, RO);
/fs/xfs/
A Dxfs_mount.h600 __XFS_IS_OPSTATE(readonly, READONLY)
/fs/ext4/
A Dext4.h2145 EXT4_FEATURE_RO_COMPAT_FUNCS(readonly, READONLY) in EXT4_FEATURE_COMPAT_FUNCS()
2245 extern int ext4_feature_set_ok(struct super_block *sb, int readonly);
A Dsuper.c3576 int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok() argument
3594 if (readonly) in ext4_feature_set_ok()
3619 if (!readonly && (ext4_has_feature_quota(sb) || in ext4_feature_set_ok()

Completed in 898 milliseconds