Home
last modified time | relevance | path

Searched refs:mount_options (Results 1 – 11 of 11) sorted by relevance

/fs/ufs/
Dsuper.c381 static int ufs_parse_options (char * options, unsigned * mount_options) in ufs_parse_options() argument
399 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options()
400 ufs_set_opt (*mount_options, UFSTYPE_OLD); in ufs_parse_options()
403 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options()
404 ufs_set_opt (*mount_options, UFSTYPE_SUNx86); in ufs_parse_options()
407 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options()
408 ufs_set_opt (*mount_options, UFSTYPE_SUN); in ufs_parse_options()
411 ufs_clear_opt(*mount_options, UFSTYPE); in ufs_parse_options()
412 ufs_set_opt(*mount_options, UFSTYPE_SUNOS); in ufs_parse_options()
415 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options()
[all …]
/fs/ceph/
Dsuper.c319 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options()
424 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options()
535 fsc->mount_options = fsopt; in create_fs_client()
563 page_count = fsc->mount_options->wsize >> PAGE_CACHE_SHIFT; in create_fs_client()
610 destroy_mount_options(fsc->mount_options); in destroy_fs_client()
862 s->s_flags = fsc->mount_options->sb_flags; in ceph_set_super()
892 struct ceph_mount_options *fsopt = new->mount_options; in ceph_compare_super()
907 if (fsopt->sb_flags != other->mount_options->sb_flags) { in ceph_compare_super()
925 if (fsc->mount_options->rasize >= PAGE_CACHE_SIZE) in ceph_register_bdi()
927 (fsc->mount_options->rasize + PAGE_CACHE_SIZE - 1) in ceph_register_bdi()
Daddr.c413 if (fsc->mount_options->rsize >= PAGE_CACHE_SIZE) in ceph_readpages()
414 max = (fsc->mount_options->rsize + PAGE_CACHE_SIZE - 1) in ceph_readpages()
532 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock()
644 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) in writepages_finish()
721 if (fsc->mount_options->wsize && fsc->mount_options->wsize < wsize) in ceph_writepages_start()
722 wsize = fsc->mount_options->wsize; in ceph_writepages_start()
914 fsc->mount_options->congestion_kb)) { in ceph_writepages_start()
Ddebugfs.c209 fsc->mount_options->congestion_kb = (int)val; in CEPH_DEFINE_SHOW_FUNC()
217 *val = (u64)fsc->mount_options->congestion_kb; in congestion_kb_get()
Dsuper.h44 (fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt;
46 (!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt))
78 struct ceph_mount_options *mount_options; member
Ddir.c567 fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir()
652 fsc->mount_options->snapdir_name, in ceph_lookup()
Dinode.c1183 fsc->mount_options->snapdir_name, in ceph_fill_trace()
Dcaps.c400 struct ceph_mount_options *ma = mdsc->fsc->mount_options; in __cap_set_timeouts()
Dmds_client.c1713 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer()
/fs/reiserfs/
Dsuper.c1095 unsigned long *mount_options, in reiserfs_parse_options() argument
1163 c = reiserfs_getopt(s, &pos, opts, &arg, mount_options); in reiserfs_parse_options()
1264 *mount_options |= 1 << REISERFS_USRQUOTA; in reiserfs_parse_options()
1266 *mount_options |= 1 << REISERFS_GRPQUOTA; in reiserfs_parse_options()
1269 *mount_options &= ~(1 << REISERFS_USRQUOTA); in reiserfs_parse_options()
1271 *mount_options &= ~(1 << REISERFS_GRPQUOTA); in reiserfs_parse_options()
1310 if ((!(*mount_options & (1 << REISERFS_USRQUOTA)) && in reiserfs_parse_options()
1312 (!(*mount_options & (1 << REISERFS_GRPQUOTA)) && in reiserfs_parse_options()
1331 static void handle_data_mode(struct super_block *s, unsigned long mount_options) in handle_data_mode() argument
1333 if (mount_options & (1 << REISERFS_DATA_LOG)) { in handle_data_mode()
[all …]
/fs/ocfs2/
Dsuper.c94 struct mount_options struct
107 struct mount_options *mopt, argument
110 struct mount_options *options);
643 struct mount_options parsed_options; in ocfs2_remount()
885 struct mount_options *mopt) in ocfs2_verify_userspace_stack()
1010 struct mount_options parsed_options; in ocfs2_fill_super()
1241 struct mount_options *options) in ocfs2_check_set_options()
1276 struct mount_options *mopt, in ocfs2_parse_options()