Searched refs:mount_options (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/ftrace/test.d/00basic/ |
| H A D | mount_options.tc | 71 local mount_options=$(get_mnt_options "$mount_point") 76 local new_options=`echo "$mount_options" | sed -e "s/gid=[0-9]*/gid=$other_group/"` 77 if [ "$new_options" = "$mount_options" ]; then 78 new_options="$mount_options,gid=$other_group" 79 mount_options="$mount_options,gid=$original_group" 95 remount_tracefs_with_options "$mount_point" "$mount_options"
|
| H A D | test_ownership.tc | 11 mount_options=$(get_mnt_options "$mount_point") 18 new_options=`echo "$mount_options" | sed -e "s/gid=[0-9]*/gid=$other_group/"` 20 if [ "$new_options" = "$mount_options" ]; then 21 new_options="$mount_options,gid=$other_group" 22 mount_options="$mount_options,gid=$original_group" 97 mount -o remount,"$mount_options" .
|
| /linux/tools/testing/selftests/mount/ |
| H 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/ |
| H A D | super.c | 661 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options() 700 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options() 847 fsc->mount_options = fsopt; in create_fs_client() 908 destroy_mount_options(fsc->mount_options); in destroy_fs_client() 1170 const char *path = fsc->mount_options->server_path ? in ceph_real_mount() 1171 fsc->mount_options->server_path + 1 : ""; in ceph_real_mount() 1178 if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) { in ceph_real_mount() 1185 fsc->mount_options); in ceph_real_mount() 1252 struct ceph_mount_options *fsopt = new->mount_options; in ceph_compare_super() 1301 sb->s_bdi->ra_pages = fsc->mount_options->rasize >> PAGE_SHIFT; in ceph_setup_bdi() [all …]
|
| H A D | cache.c | 89 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs()
|
| H A D | addr.c | 354 rreq->io_streams[0].sreq_max_len = umin(xlen, fsc->mount_options->rsize); in ceph_netfs_prepare_read() 521 rreq->io_streams[0].sreq_max_len = fsc->mount_options->rsize; in ceph_init_request() 786 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) in write_folio_nounlock() 797 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) in write_folio_nounlock() 819 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) in write_folio_nounlock() 860 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) in write_folio_nounlock() 882 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) in write_folio_nounlock() 958 fsc->mount_options->congestion_kb)) in writepages_finish() 1032 if (fsc->mount_options->wsize < wsize) in ceph_define_write_size() 1033 wsize = fsc->mount_options->wsize; in ceph_define_write_size() [all …]
|
| H A D | super.h | 56 (fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt 58 (fsc)->mount_options->flags &= ~CEPH_MOUNT_OPT_##opt 60 (!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt)) 152 struct ceph_mount_options *mount_options; member
|
| H A D | mdsmap.c | 380 if (!namespace_equals(mdsc->fsc->mount_options, m->m_fs_name, in ceph_mdsmap_decode() 384 mdsc->fsc->mount_options->mds_namespace); in ceph_mdsmap_decode()
|
| H A D | debugfs.c | 624 fsc->mount_options->congestion_kb = (int)val; in congestion_kb_set() 632 *val = (u64)fsc->mount_options->congestion_kb; in congestion_kb_get()
|
| H A D | export.c | 475 strscpy(name, fsc->mount_options->snapdir_name, in __get_snap_name()
|
| H A D | dir.c | 736 strcmp(dentry->d_name.name, fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir() 844 fsc->mount_options->snapdir_name, in ceph_lookup() 1811 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; in ceph_trim_dentries()
|
| H A D | file.c | 224 ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options; in ceph_init_file_info() 1575 size = min_t(u64, size, fsc->mount_options->wsize); in ceph_direct_read_write() 1577 size = min_t(u64, size, fsc->mount_options->rsize); in ceph_direct_read_write()
|
| H A D | mds_client.c | 1645 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_full_msg() 2725 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer() 3677 if (!(mdsc->fsc->mount_options->flags & in __do_request() 6393 ceph_adjust_caps_max_min(mdsc, fsc->mount_options); in ceph_mdsc_init() 6479 const char *spath = mdsc->fsc->mount_options->server_path; in ceph_mds_auth_match() 6953 const char *mds_namespace = fsc->mount_options->mds_namespace; in ceph_mdsc_handle_fsmap()
|
| H A D | caps.c | 502 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in __cap_set_timeouts() 1043 ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options; in __ceph_caps_file_wanted() 4706 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in ceph_check_delayed_caps()
|
| H A D | inode.c | 1744 fsc->mount_options->snapdir_name, in ceph_fill_trace()
|