mount_options
if (fsc->mount_options->wsize < wsize)
wsize = fsc->mount_options->wsize;
CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb);
rreq->io_streams[0].sreq_max_len = umin(xlen, fsc->mount_options->rsize);
rreq->io_streams[0].sreq_max_len = fsc->mount_options->rsize;
CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb))
CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb))
fsc->mount_options->congestion_kb))
const char *fscache_uniq = fsc->mount_options->fscache_uniq;
ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options;
struct ceph_mount_options *opt = mdsc->fsc->mount_options;
struct ceph_mount_options *opt = mdsc->fsc->mount_options;
fsc->mount_options->congestion_kb = (int)val;
*val = (u64)fsc->mount_options->congestion_kb;
lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ;
strcmp(dentry->d_name.name, fsc->mount_options->snapdir_name) == 0) {
fsc->mount_options->snapdir_name,
strscpy(name, fsc->mount_options->snapdir_name,
size = min_t(u64, size, fsc->mount_options->wsize);
size = min_t(u64, size, fsc->mount_options->rsize);
ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options;
fsc->mount_options->snapdir_name,
struct ceph_mount_options *fsopt = mdsc->fsc->mount_options;
struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options;
if (!(mdsc->fsc->mount_options->flags &
ceph_adjust_caps_max_min(mdsc, fsc->mount_options);
const char *spath = mdsc->fsc->mount_options->server_path;
const char *mds_namespace = fsc->mount_options->mds_namespace;
if (!namespace_equals(mdsc->fsc->mount_options, m->m_fs_name,
mdsc->fsc->mount_options->mds_namespace);
const char *path = fsc->mount_options->server_path ?
fsc->mount_options->server_path + 1 : "";
if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) {
fsc->mount_options);
struct ceph_mount_options *fsopt = new->mount_options;
sb->s_bdi->ra_pages = fsc->mount_options->rasize >> PAGE_SHIFT;
sb->s_bdi->io_pages = fsc->mount_options->rsize >> PAGE_SHIFT;
if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) {
kfree(fsc->mount_options->mon_addr);
fsc->mount_options->mon_addr = fsopt->mon_addr;
struct ceph_mount_options *fsopt2 = fsc->mount_options;
struct ceph_mount_options *fsopt = fsc->mount_options;
fsc->mount_options = fsopt;
destroy_mount_options(fsc->mount_options);
struct ceph_mount_options *mount_options;
(fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt
(fsc)->mount_options->flags &= ~CEPH_MOUNT_OPT_##opt
(!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt))
struct mount_options *mopt;
mopt = kzalloc_obj(struct mount_options);
struct mount_options *options)
struct mount_options *mopt = fc->fs_private;
struct mount_options *parsed_options = fc->fs_private;
struct mount_options *mopt)
struct mount_options *options);
struct mount_options *parsed_options = fc->fs_private;
bool test_unpriv_remount(const char *fstype, const char *mount_options,
if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) {
mount_options? mount_options : "",