Searched refs:mount_options (Results 1 – 12 of 12) sorted by relevance
| /fs/ceph/ |
| A D | super.c | 663 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options() 702 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() 1163 const char *path = fsc->mount_options->server_path ? in ceph_real_mount() 1164 fsc->mount_options->server_path + 1 : ""; in ceph_real_mount() 1171 if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) { in ceph_real_mount() 1178 fsc->mount_options); in ceph_real_mount() 1245 struct ceph_mount_options *fsopt = new->mount_options; in ceph_compare_super() 1417 kfree(fsc->mount_options->mon_addr); in ceph_reconfigure_fc() [all …]
|
| A D | cache.c | 89 const char *fscache_uniq = fsc->mount_options->fscache_uniq; in ceph_fscache_register_fs()
|
| A D | addr.c | 346 rreq->io_streams[0].sreq_max_len = umin(xlen, fsc->mount_options->rsize); in ceph_netfs_prepare_read() 513 rreq->io_streams[0].sreq_max_len = fsc->mount_options->rsize; in ceph_init_request() 778 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb)) in write_folio_nounlock() 861 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb)) in write_folio_nounlock() 937 fsc->mount_options->congestion_kb)) in writepages_finish() 1005 if (fsc->mount_options->wsize < wsize) in ceph_define_write_size() 1006 wsize = fsc->mount_options->wsize; in ceph_define_write_size() 1247 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb); in is_write_congestion_happened()
|
| A D | super.h | 55 (fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt 57 (fsc)->mount_options->flags &= ~CEPH_MOUNT_OPT_##opt 59 (!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt)) 125 struct ceph_mount_options *mount_options; member
|
| A D | debugfs.c | 383 fsc->mount_options->congestion_kb = (int)val; in congestion_kb_set() 391 *val = (u64)fsc->mount_options->congestion_kb; in congestion_kb_get()
|
| A D | export.c | 465 strscpy(name, fsc->mount_options->snapdir_name, in __get_snap_name()
|
| A D | dir.c | 731 strcmp(dentry->d_name.name, fsc->mount_options->snapdir_name) == 0) { in ceph_handle_snapdir() 833 fsc->mount_options->snapdir_name, in ceph_lookup() 1789 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; in ceph_trim_dentries()
|
| A D | mds_client.c | 1546 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_full_msg() 2532 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer() 3428 if (!(mdsc->fsc->mount_options->flags & in __do_request() 5529 ceph_adjust_caps_max_min(mdsc, fsc->mount_options); in ceph_mdsc_init() 5614 const char *spath = mdsc->fsc->mount_options->server_path; in ceph_mds_auth_match() 6057 const char *mds_namespace = fsc->mount_options->mds_namespace; in ceph_mdsc_handle_fsmap()
|
| A D | file.c | 205 ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options; in ceph_init_file_info() 1536 size = min_t(u64, size, fsc->mount_options->wsize); in ceph_direct_read_write() 1538 size = min_t(u64, size, fsc->mount_options->rsize); in ceph_direct_read_write()
|
| A D | caps.c | 501 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in __cap_set_timeouts() 1013 ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options; in __ceph_caps_file_wanted() 4612 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in ceph_check_delayed_caps()
|
| A D | inode.c | 1658 fsc->mount_options->snapdir_name, in ceph_fill_trace()
|
| /fs/ocfs2/ |
| A D | super.c | 73 struct mount_options struct 88 struct mount_options *options); argument 611 struct mount_options *parsed_options = fc->fs_private; in ocfs2_reconfigure() 853 struct mount_options *mopt) in ocfs2_verify_userspace_stack() 977 struct mount_options *parsed_options = fc->fs_private; in ocfs2_fill_super() 1201 struct mount_options *mopt; in ocfs2_init_fs_context() 1203 mopt = kzalloc(sizeof(struct mount_options), GFP_KERNEL); in ocfs2_init_fs_context() 1234 struct mount_options *options) in ocfs2_check_set_options() 1283 struct mount_options *mopt = fc->fs_private; in ocfs2_parse_param()
|
Completed in 61 milliseconds