Lines Matching full:options
33 * NOTE: each transport will parse its own options
41 /* Options that take integer arguments */
43 /* String options */
45 /* Options that take no arguments */
47 /* Access options */
52 /* Client options */
55 /* fd transport options */
56 /* Options that take integer arguments */
58 /* Options that take no arguments */
60 /* rdma transport options */
61 /* Options that take integer arguments */
64 /* Options for both fd and rdma transports */
97 /* client options */
103 /* fd transport options */
107 /* rdma transport options */
112 /* fd and rdma transprt options */
118 /* Interpret mount options for cache mode */
146 * Display the mount options in /proc/mounts.
226 * We might like to report bad mount options here, but in v9fs_parse_param()
227 * traditionally 9p has ignored unknown mount options in v9fs_parse_param()
340 /* Options for client */ in v9fs_parse_param()
368 /* Options for fd transport */ in v9fs_parse_param()
375 /* Options for rdma transport */ in v9fs_parse_param()
385 /* Options for both fd and rdma transports */ in v9fs_parse_param()
415 * set basic flags. This adds in flags from parsed options. in v9fs_apply_options()
451 * will |= the additional flags from parsed options. in v9fs_session_init()