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.c329 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options()
444 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options()
565 fsc->mount_options = fsopt; in create_fs_client()
593 page_count = fsc->mount_options->wsize >> PAGE_SHIFT; in create_fs_client()
640 destroy_mount_options(fsc->mount_options); in destroy_fs_client()
830 if (!fsc->mount_options->server_path) { in ceph_real_mount()
834 path = fsc->mount_options->server_path + 1; in ceph_real_mount()
874 s->s_flags = fsc->mount_options->sb_flags; in ceph_set_super()
904 struct ceph_mount_options *fsopt = new->mount_options; in ceph_compare_super()
919 if (fsopt->sb_flags != other->mount_options->sb_flags) { in ceph_compare_super()
[all …]
Daddr.c457 if (fsc->mount_options->rsize >= PAGE_SIZE) in ceph_readpages()
458 max = (fsc->mount_options->rsize + PAGE_SIZE - 1) in ceph_readpages()
575 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock()
697 fsc->mount_options->congestion_kb)) in writepages_finish()
780 if (fsc->mount_options->wsize && fsc->mount_options->wsize < wsize) in ceph_writepages_start()
781 wsize = fsc->mount_options->wsize; in ceph_writepages_start()
979 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.h43 (fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt;
45 (!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt))
79 struct ceph_mount_options *mount_options; member
Ddir.c676 fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir()
762 fsc->mount_options->snapdir_name, in ceph_lookup()
Dmds_client.c852 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg()
1641 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer()
3735 const char *mds_namespace = fsc->mount_options->mds_namespace; in ceph_mdsc_handle_fsmap()
Dinode.c1257 fsc->mount_options->snapdir_name, in ceph_fill_trace()
Dcaps.c405 struct ceph_mount_options *ma = mdsc->fsc->mount_options; in __cap_set_timeouts()
/fs/reiserfs/
Dsuper.c1096 unsigned long *mount_options, in reiserfs_parse_options() argument
1164 c = reiserfs_getopt(s, &pos, opts, &arg, mount_options); in reiserfs_parse_options()
1261 *mount_options |= 1 << REISERFS_USRQUOTA; in reiserfs_parse_options()
1263 *mount_options |= 1 << REISERFS_GRPQUOTA; in reiserfs_parse_options()
1270 *mount_options &= ~(1 << REISERFS_USRQUOTA); in reiserfs_parse_options()
1272 *mount_options &= ~(1 << REISERFS_GRPQUOTA); in reiserfs_parse_options()
1311 if ((!(*mount_options & (1 << REISERFS_USRQUOTA)) && in reiserfs_parse_options()
1313 (!(*mount_options & (1 << REISERFS_GRPQUOTA)) && in reiserfs_parse_options()
1332 static void handle_data_mode(struct super_block *s, unsigned long mount_options) in handle_data_mode() argument
1334 if (mount_options & (1 << REISERFS_DATA_LOG)) { in handle_data_mode()
[all …]
/fs/ocfs2/
Dsuper.c89 struct mount_options struct
102 struct mount_options *mopt, argument
105 struct mount_options *options);
640 struct mount_options parsed_options; in ocfs2_remount()
882 struct mount_options *mopt) in ocfs2_verify_userspace_stack()
1007 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()