Symbol: mount_options
fs/ceph/addr.c
1029
if (fsc->mount_options->wsize < wsize)
fs/ceph/addr.c
1030
wsize = fsc->mount_options->wsize;
fs/ceph/addr.c
1265
CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb);
fs/ceph/addr.c
351
rreq->io_streams[0].sreq_max_len = umin(xlen, fsc->mount_options->rsize);
fs/ceph/addr.c
518
rreq->io_streams[0].sreq_max_len = fsc->mount_options->rsize;
fs/ceph/addr.c
783
CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb))
fs/ceph/addr.c
794
CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb))
fs/ceph/addr.c
816
CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb))
fs/ceph/addr.c
857
CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb))
fs/ceph/addr.c
879
CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb))
fs/ceph/addr.c
955
fsc->mount_options->congestion_kb))
fs/ceph/cache.c
89
const char *fscache_uniq = fsc->mount_options->fscache_uniq;
fs/ceph/caps.c
1014
ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options;
fs/ceph/caps.c
4640
struct ceph_mount_options *opt = mdsc->fsc->mount_options;
fs/ceph/caps.c
502
struct ceph_mount_options *opt = mdsc->fsc->mount_options;
fs/ceph/debugfs.c
624
fsc->mount_options->congestion_kb = (int)val;
fs/ceph/debugfs.c
632
*val = (u64)fsc->mount_options->congestion_kb;
fs/ceph/dir.c
1806
lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ;
fs/ceph/dir.c
736
strcmp(dentry->d_name.name, fsc->mount_options->snapdir_name) == 0) {
fs/ceph/dir.c
839
fsc->mount_options->snapdir_name,
fs/ceph/export.c
465
strscpy(name, fsc->mount_options->snapdir_name,
fs/ceph/file.c
1575
size = min_t(u64, size, fsc->mount_options->wsize);
fs/ceph/file.c
1577
size = min_t(u64, size, fsc->mount_options->rsize);
fs/ceph/file.c
224
ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options;
fs/ceph/inode.c
1744
fsc->mount_options->snapdir_name,
fs/ceph/mds_client.c
1595
struct ceph_mount_options *fsopt = mdsc->fsc->mount_options;
fs/ceph/mds_client.c
2674
struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options;
fs/ceph/mds_client.c
3626
if (!(mdsc->fsc->mount_options->flags &
fs/ceph/mds_client.c
6325
ceph_adjust_caps_max_min(mdsc, fsc->mount_options);
fs/ceph/mds_client.c
6411
const char *spath = mdsc->fsc->mount_options->server_path;
fs/ceph/mds_client.c
6881
const char *mds_namespace = fsc->mount_options->mds_namespace;
fs/ceph/mdsmap.c
371
if (!namespace_equals(mdsc->fsc->mount_options, m->m_fs_name,
fs/ceph/mdsmap.c
375
mdsc->fsc->mount_options->mds_namespace);
fs/ceph/super.c
1160
const char *path = fsc->mount_options->server_path ?
fs/ceph/super.c
1161
fsc->mount_options->server_path + 1 : "";
fs/ceph/super.c
1168
if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) {
fs/ceph/super.c
1175
fsc->mount_options);
fs/ceph/super.c
1242
struct ceph_mount_options *fsopt = new->mount_options;
fs/ceph/super.c
1291
sb->s_bdi->ra_pages = fsc->mount_options->rasize >> PAGE_SHIFT;
fs/ceph/super.c
1294
sb->s_bdi->io_pages = fsc->mount_options->rsize >> PAGE_SHIFT;
fs/ceph/super.c
1413
if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) {
fs/ceph/super.c
1414
kfree(fsc->mount_options->mon_addr);
fs/ceph/super.c
1415
fsc->mount_options->mon_addr = fsopt->mon_addr;
fs/ceph/super.c
653
struct ceph_mount_options *fsopt2 = fsc->mount_options;
fs/ceph/super.c
692
struct ceph_mount_options *fsopt = fsc->mount_options;
fs/ceph/super.c
837
fsc->mount_options = fsopt;
fs/ceph/super.c
898
destroy_mount_options(fsc->mount_options);
fs/ceph/super.h
151
struct ceph_mount_options *mount_options;
fs/ceph/super.h
55
(fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt
fs/ceph/super.h
57
(fsc)->mount_options->flags &= ~CEPH_MOUNT_OPT_##opt
fs/ceph/super.h
59
(!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt))
fs/ocfs2/super.c
1201
struct mount_options *mopt;
fs/ocfs2/super.c
1203
mopt = kzalloc_obj(struct mount_options);
fs/ocfs2/super.c
1233
struct mount_options *options)
fs/ocfs2/super.c
1282
struct mount_options *mopt = fc->fs_private;
fs/ocfs2/super.c
611
struct mount_options *parsed_options = fc->fs_private;
fs/ocfs2/super.c
853
struct mount_options *mopt)
fs/ocfs2/super.c
88
struct mount_options *options);
fs/ocfs2/super.c
977
struct mount_options *parsed_options = fc->fs_private;
tools/testing/selftests/mount/unprivileged-remount-test.c
182
bool test_unpriv_remount(const char *fstype, const char *mount_options,
tools/testing/selftests/mount/unprivileged-remount-test.c
216
if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) {
tools/testing/selftests/mount/unprivileged-remount-test.c
219
mount_options? mount_options : "",