Home
last modified time | relevance | path

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

/openbmc/linux/fs/ufs/
H A Dsuper.c400 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 …]
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c182 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()
/openbmc/linux/fs/ceph/
H A Dsuper.c649 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options()
688 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options()
833 fsc->mount_options = fsopt; in create_fs_client()
894 destroy_mount_options(fsc->mount_options); in destroy_fs_client()
1148 const char *path = fsc->mount_options->server_path ? in ceph_real_mount()
1149 fsc->mount_options->server_path + 1 : ""; in ceph_real_mount()
1156 if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) { in ceph_real_mount()
1163 fsc->mount_options); in ceph_real_mount()
1228 struct ceph_mount_options *fsopt = new->mount_options; in ceph_compare_super()
1398 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc()
[all …]
H A Dcache.c89 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs()
H A Dsuper.h54 (fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt
56 (fsc)->mount_options->flags &= ~CEPH_MOUNT_OPT_##opt
58 (!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt))
124 struct ceph_mount_options *mount_options; member
H A Ddebugfs.c383 fsc->mount_options->congestion_kb = (int)val; in congestion_kb_set()
391 *val = (u64)fsc->mount_options->congestion_kb; in congestion_kb_get()
H A Daddr.c240 subreq->len = min(xlen, fsc->mount_options->rsize); in ceph_netfs_clamp_length()
712 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock()
792 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) in writepage_nounlock()
890 fsc->mount_options->congestion_kb)) in writepages_finish()
962 if (fsc->mount_options->wsize < wsize) in ceph_writepages_start()
963 wsize = fsc->mount_options->wsize; in ceph_writepages_start()
1153 fsc->mount_options->congestion_kb)) in ceph_writepages_start()
H A Dexport.c452 strcpy(name, fsc->mount_options->snapdir_name); in __get_snap_name()
H A Ddir.c711 strcmp(dentry->d_name.name, fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir()
807 fsc->mount_options->snapdir_name, in ceph_lookup()
1706 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; in ceph_trim_dentries()
H A Dfile.c203 ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options; in ceph_init_file_info()
1438 size = min_t(u64, size, fsc->mount_options->wsize); in ceph_direct_read_write()
1440 size = min_t(u64, size, fsc->mount_options->rsize); in ceph_direct_read_write()
H A Dmds_client.c1531 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg()
2445 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer()
3275 if (!(mdsc->fsc->mount_options->flags & in __do_request()
5232 ceph_adjust_caps_max_min(mdsc, fsc->mount_options); in ceph_mdsc_init()
5574 const char *mds_namespace = fsc->mount_options->mds_namespace; in ceph_mdsc_handle_fsmap()
H A Dcaps.c494 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in __cap_set_timeouts()
999 ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options; in __ceph_caps_file_wanted()
4515 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in ceph_check_delayed_caps()
H A Dinode.c1625 fsc->mount_options->snapdir_name, in ceph_fill_trace()
/openbmc/linux/fs/reiserfs/
H A Dsuper.c1121 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 …]
/openbmc/linux/fs/ocfs2/
H A Dsuper.c73 struct mount_options struct
86 struct mount_options *mopt, argument
89 struct mount_options *options);
607 struct mount_options parsed_options; in ocfs2_remount()
849 struct mount_options *mopt) in ocfs2_verify_userspace_stack()
973 struct mount_options parsed_options; in ocfs2_fill_super()
1202 struct mount_options *options) in ocfs2_check_set_options()
1237 struct mount_options *mopt, in ocfs2_parse_options()