/linux/fs/ufs/ |
A D | super.c | 400 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options() 404 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options() 408 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options() 412 ufs_clear_opt(*mount_options, UFSTYPE); in ufs_parse_options() 416 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options() 420 ufs_clear_opt(*mount_options, UFSTYPE); in ufs_parse_options() 424 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options() 428 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options() 432 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options() 436 ufs_clear_opt (*mount_options, UFSTYPE); in ufs_parse_options() [all …]
|
/linux/tools/testing/selftests/mount/ |
A D | unprivileged-remount-test.c | 182 bool test_unpriv_remount(const char *fstype, const char *mount_options, in test_unpriv_remount() argument 216 if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) { in test_unpriv_remount() 219 mount_options? mount_options : "", in test_unpriv_remount()
|
/linux/fs/ceph/ |
A D | super.c | 496 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options() 531 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options() 666 fsc->mount_options = fsopt; in create_fs_client() 723 destroy_mount_options(fsc->mount_options); in destroy_fs_client() 933 const char *path = fsc->mount_options->server_path ? in ceph_real_mount() 934 fsc->mount_options->server_path + 1 : ""; in ceph_real_mount() 941 if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) { in ceph_real_mount() 1004 struct ceph_mount_options *fsopt = new->mount_options; in ceph_compare_super() 1052 sb->s_bdi->ra_pages = fsc->mount_options->rasize >> PAGE_SHIFT; in ceph_setup_bdi() 1055 sb->s_bdi->io_pages = fsc->mount_options->rsize >> PAGE_SHIFT; in ceph_setup_bdi()
|
A D | super.h | 55 (fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt 57 (fsc)->mount_options->flags &= ~CEPH_MOUNT_OPT_##opt 59 (!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt)) 108 struct ceph_mount_options *mount_options; member
|
A D | addr.c | 208 subreq->len = min(xlen, fsc->mount_options->rsize); in ceph_netfs_clamp_length() 531 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock() 590 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock() 671 fsc->mount_options->congestion_kb)) in writepages_finish() 737 if (fsc->mount_options->wsize < wsize) in ceph_writepages_start() 738 wsize = fsc->mount_options->wsize; in ceph_writepages_start() 917 fsc->mount_options->congestion_kb)) { in ceph_writepages_start()
|
A D | cache.c | 50 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs()
|
A D | debugfs.c | 378 fsc->mount_options->congestion_kb = (int)val; in congestion_kb_set() 386 *val = (u64)fsc->mount_options->congestion_kb; in congestion_kb_get()
|
A D | dir.c | 678 strcmp(dentry->d_name.name, fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir() 762 fsc->mount_options->snapdir_name, in ceph_lookup() 1521 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; in ceph_trim_dentries()
|
A D | export.c | 450 strcpy(name, fsc->mount_options->snapdir_name); in __get_snap_name()
|
A D | mds_client.c | 1272 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() 2167 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer() 2762 if (!(mdsc->fsc->mount_options->flags & in __do_request() 4608 ceph_adjust_caps_max_min(mdsc, fsc->mount_options); in ceph_mdsc_init() 4929 const char *mds_namespace = fsc->mount_options->mds_namespace; in ceph_mdsc_handle_fsmap()
|
A D | file.c | 1237 size = min_t(u64, size, fsc->mount_options->wsize); in ceph_direct_read_write() 1239 size = min_t(u64, size, fsc->mount_options->rsize); in ceph_direct_read_write()
|
A D | caps.c | 492 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in __cap_set_timeouts() 996 ceph_inode_to_client(&ci->vfs_inode)->mount_options; in __ceph_caps_file_wanted() 4268 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in ceph_check_delayed_caps()
|
A D | inode.c | 1378 fsc->mount_options->snapdir_name, in ceph_fill_trace()
|
/linux/fs/reiserfs/ |
A D | super.c | 1121 unsigned long *mount_options, in reiserfs_parse_options() argument 1189 c = reiserfs_getopt(s, &pos, opts, &arg, mount_options); in reiserfs_parse_options() 1288 *mount_options |= 1 << REISERFS_USRQUOTA; in reiserfs_parse_options() 1290 *mount_options |= 1 << REISERFS_GRPQUOTA; in reiserfs_parse_options() 1293 *mount_options &= ~(1 << REISERFS_USRQUOTA); in reiserfs_parse_options() 1295 *mount_options &= ~(1 << REISERFS_GRPQUOTA); in reiserfs_parse_options() 1334 if ((!(*mount_options & (1 << REISERFS_USRQUOTA)) && in reiserfs_parse_options() 1336 (!(*mount_options & (1 << REISERFS_GRPQUOTA)) && in reiserfs_parse_options() 1357 if (mount_options & (1 << REISERFS_DATA_LOG)) { in handle_data_mode() 1553 handle_data_mode(s, mount_options); in reiserfs_remount() [all …]
|
/linux/fs/cifs/ |
A D | fs_context.c | 307 new_ctx->mount_options = NULL; in smb3_fs_context_dup() 321 DUP_CTX_STR(mount_options); in smb3_fs_context_dup() 577 ctx->mount_options = kstrdup(data, GFP_KERNEL); in smb3_fs_context_parse_monolithic() 578 if (ctx->mount_options == NULL) in smb3_fs_context_parse_monolithic() 1571 kfree(ctx->mount_options); in smb3_cleanup_fs_context_contents() 1572 ctx->mount_options = NULL; in smb3_cleanup_fs_context_contents()
|
A D | fs_context.h | 263 char *mount_options; member
|
A D | cifs_dfs_ref.c | 291 mountdata = cifs_compose_mount_options(cifs_sb->ctx->mount_options, in cifs_dfs_do_mount()
|
A D | connect.c | 3175 mdata = cifs_compose_mount_options(cifs_sb->ctx->mount_options, full_path + 1, referral, in expand_dfs_referral() 3191 kfree(cifs_sb->ctx->mount_options); in expand_dfs_referral() 3192 cifs_sb->ctx->mount_options = mdata; in expand_dfs_referral() 3393 char *oldmnt = cifs_sb->ctx->mount_options; in connect_dfs_target() 3404 if (oldmnt != cifs_sb->ctx->mount_options) { in connect_dfs_target()
|
/linux/fs/ocfs2/ |
A D | super.c | 74 struct mount_options struct 87 struct mount_options *mopt, argument 90 struct mount_options *options); 610 struct mount_options parsed_options; in ocfs2_remount() 859 struct mount_options *mopt) in ocfs2_verify_userspace_stack() 982 struct mount_options parsed_options; in ocfs2_fill_super() 1216 struct mount_options *options) in ocfs2_check_set_options() 1251 struct mount_options *mopt, in ocfs2_parse_options()
|