mount_options 461 fs/ceph/addr.c max = fsc->mount_options->rsize >> PAGE_SHIFT; mount_options 627 fs/ceph/addr.c CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) mount_options 664 fs/ceph/addr.c CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) mount_options 743 fs/ceph/addr.c fsc->mount_options->congestion_kb)) mount_options 809 fs/ceph/addr.c if (fsc->mount_options->wsize < wsize) mount_options 810 fs/ceph/addr.c wsize = fsc->mount_options->wsize; mount_options 990 fs/ceph/addr.c fsc->mount_options->congestion_kb)) { mount_options 55 fs/ceph/cache.c const char *fscache_uniq = fsc->mount_options->fscache_uniq; mount_options 492 fs/ceph/caps.c struct ceph_mount_options *opt = mdsc->fsc->mount_options; mount_options 221 fs/ceph/debugfs.c fsc->mount_options->congestion_kb = (int)val; mount_options 229 fs/ceph/debugfs.c *val = (u64)fsc->mount_options->congestion_kb; mount_options 675 fs/ceph/dir.c fsc->mount_options->snapdir_name) == 0) { mount_options 757 fs/ceph/dir.c fsc->mount_options->snapdir_name, mount_options 1397 fs/ceph/dir.c lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; mount_options 422 fs/ceph/export.c strcpy(name, fsc->mount_options->snapdir_name); mount_options 971 fs/ceph/file.c size = min_t(u64, size, fsc->mount_options->wsize); mount_options 973 fs/ceph/file.c size = min_t(u64, size, fsc->mount_options->rsize); mount_options 1327 fs/ceph/inode.c fsc->mount_options->snapdir_name, mount_options 1081 fs/ceph/mds_client.c struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; mount_options 2035 fs/ceph/mds_client.c struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; mount_options 2552 fs/ceph/mds_client.c if (!(mdsc->fsc->mount_options->flags & mount_options 4185 fs/ceph/mds_client.c ceph_adjust_caps_max_min(mdsc, fsc->mount_options); mount_options 4462 fs/ceph/mds_client.c const char *mds_namespace = fsc->mount_options->mds_namespace; mount_options 457 fs/ceph/super.c struct ceph_mount_options *fsopt2 = fsc->mount_options; mount_options 581 fs/ceph/super.c struct ceph_mount_options *fsopt = fsc->mount_options; mount_options 715 fs/ceph/super.c fsc->mount_options = fsopt; mount_options 737 fs/ceph/super.c page_count = fsc->mount_options->wsize >> PAGE_SHIFT; mount_options 775 fs/ceph/super.c destroy_mount_options(fsc->mount_options); mount_options 970 fs/ceph/super.c const char *path = fsc->mount_options->server_path ? mount_options 971 fs/ceph/super.c fsc->mount_options->server_path + 1 : ""; mount_options 978 fs/ceph/super.c if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) { mount_options 1015 fs/ceph/super.c s->s_flags = fsc->mount_options->sb_flags; mount_options 1049 fs/ceph/super.c struct ceph_mount_options *fsopt = new->mount_options; mount_options 1064 fs/ceph/super.c if (fsopt->sb_flags != other->mount_options->sb_flags) { mount_options 1086 fs/ceph/super.c sb->s_bdi->ra_pages = fsc->mount_options->rasize >> PAGE_SHIFT; mount_options 1089 fs/ceph/super.c sb->s_bdi->io_pages = fsc->mount_options->rsize >> PAGE_SHIFT; mount_options 52 fs/ceph/super.h (fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt; mount_options 54 fs/ceph/super.h (!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt)) mount_options 102 fs/ceph/super.h struct ceph_mount_options *mount_options; mount_options 89 fs/ocfs2/super.c struct mount_options *mopt, mount_options 92 fs/ocfs2/super.c struct mount_options *options); mount_options 610 fs/ocfs2/super.c struct mount_options parsed_options; mount_options 852 fs/ocfs2/super.c struct mount_options *mopt) mount_options 976 fs/ocfs2/super.c struct mount_options parsed_options; mount_options 1205 fs/ocfs2/super.c struct mount_options *options) mount_options 1240 fs/ocfs2/super.c struct mount_options *mopt, mount_options 1121 fs/reiserfs/super.c unsigned long *mount_options, mount_options 1189 fs/reiserfs/super.c c = reiserfs_getopt(s, &pos, opts, &arg, mount_options); mount_options 1286 fs/reiserfs/super.c *mount_options |= 1 << REISERFS_USRQUOTA; mount_options 1288 fs/reiserfs/super.c *mount_options |= 1 << REISERFS_GRPQUOTA; mount_options 1295 fs/reiserfs/super.c *mount_options &= ~(1 << REISERFS_USRQUOTA); mount_options 1297 fs/reiserfs/super.c *mount_options &= ~(1 << REISERFS_GRPQUOTA); mount_options 1336 fs/reiserfs/super.c if ((!(*mount_options & (1 << REISERFS_USRQUOTA)) && mount_options 1338 fs/reiserfs/super.c (!(*mount_options & (1 << REISERFS_GRPQUOTA)) && mount_options 1357 fs/reiserfs/super.c static void handle_data_mode(struct super_block *s, unsigned long mount_options) mount_options 1359 fs/reiserfs/super.c if (mount_options & (1 << REISERFS_DATA_LOG)) { mount_options 1364 fs/reiserfs/super.c } else if (mount_options & (1 << REISERFS_DATA_ORDERED)) { mount_options 1369 fs/reiserfs/super.c } else if (mount_options & (1 << REISERFS_DATA_WRITEBACK)) { mount_options 1436 fs/reiserfs/super.c unsigned long mount_options = REISERFS_SB(s)->s_mount_opt; mount_options 1462 fs/reiserfs/super.c (s, arg, &mount_options, &blocks, NULL, &commit_max_age, mount_options 1502 fs/reiserfs/super.c s_mount_opt & ~safe_mask) | (mount_options & safe_mask); mount_options 1560 fs/reiserfs/super.c handle_data_mode(s, mount_options); mount_options 1561 fs/reiserfs/super.c handle_barrier_mode(s, mount_options); mount_options 383 fs/ufs/super.c static int ufs_parse_options (char * options, unsigned * mount_options) mount_options 401 fs/ufs/super.c ufs_clear_opt (*mount_options, UFSTYPE); mount_options 402 fs/ufs/super.c ufs_set_opt (*mount_options, UFSTYPE_OLD); mount_options 405 fs/ufs/super.c ufs_clear_opt (*mount_options, UFSTYPE); mount_options 406 fs/ufs/super.c ufs_set_opt (*mount_options, UFSTYPE_SUNx86); mount_options 409 fs/ufs/super.c ufs_clear_opt (*mount_options, UFSTYPE); mount_options 410 fs/ufs/super.c ufs_set_opt (*mount_options, UFSTYPE_SUN); mount_options 413 fs/ufs/super.c ufs_clear_opt(*mount_options, UFSTYPE); mount_options 414 fs/ufs/super.c ufs_set_opt(*mount_options, UFSTYPE_SUNOS); mount_options 417 fs/ufs/super.c ufs_clear_opt (*mount_options, UFSTYPE); mount_options 418 fs/ufs/super.c ufs_set_opt (*mount_options, UFSTYPE_44BSD); mount_options 421 fs/ufs/super.c ufs_clear_opt(*mount_options, UFSTYPE); mount_options 422 fs/ufs/super.c ufs_set_opt(*mount_options, UFSTYPE_UFS2); mount_options 425 fs/ufs/super.c ufs_clear_opt (*mount_options, UFSTYPE); mount_options 426 fs/ufs/super.c ufs_set_opt (*mount_options, UFSTYPE_HP); mount_options 429 fs/ufs/super.c ufs_clear_opt (*mount_options, UFSTYPE); mount_options 430 fs/ufs/super.c ufs_set_opt (*mount_options, UFSTYPE_NEXTSTEP_CD); mount_options 433 fs/ufs/super.c ufs_clear_opt (*mount_options, UFSTYPE); mount_options 434 fs/ufs/super.c ufs_set_opt (*mount_options, UFSTYPE_NEXTSTEP); mount_options 437 fs/ufs/super.c ufs_clear_opt (*mount_options, UFSTYPE); mount_options 438 fs/ufs/super.c ufs_set_opt (*mount_options, UFSTYPE_OPENSTEP); mount_options 441 fs/ufs/super.c ufs_clear_opt (*mount_options, ONERROR); mount_options 442 fs/ufs/super.c ufs_set_opt (*mount_options, ONERROR_PANIC); mount_options 445 fs/ufs/super.c ufs_clear_opt (*mount_options, ONERROR); mount_options 446 fs/ufs/super.c ufs_set_opt (*mount_options, ONERROR_LOCK); mount_options 449 fs/ufs/super.c ufs_clear_opt (*mount_options, ONERROR); mount_options 450 fs/ufs/super.c ufs_set_opt (*mount_options, ONERROR_UMOUNT); mount_options 454 fs/ufs/super.c ufs_clear_opt (*mount_options, ONERROR); mount_options 455 fs/ufs/super.c ufs_set_opt (*mount_options, ONERROR_REPAIR); mount_options 182 tools/testing/selftests/mount/unprivileged-remount-test.c bool test_unpriv_remount(const char *fstype, const char *mount_options, mount_options 216 tools/testing/selftests/mount/unprivileged-remount-test.c if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) { mount_options 219 tools/testing/selftests/mount/unprivileged-remount-test.c mount_options? mount_options : "",