Searched refs:popt (Results 1 - 2 of 2) sorted by relevance

/fs/isofs/
H A Dinode.c339 static int parse_options(char *options, struct iso9660_options *popt) argument
344 popt->map = 'n';
345 popt->rock = 1;
346 popt->joliet = 1;
347 popt->cruft = 0;
348 popt->hide = 0;
349 popt->showassoc = 0;
350 popt->check = 'u'; /* unset */
351 popt->nocompress = 0;
352 popt
[all...]
/fs/ceph/
H A Dsuper.c335 struct ceph_options **popt,
395 *popt = ceph_parse_options(options, dev_name, dev_name_end,
397 if (IS_ERR(*popt)) {
398 err = PTR_ERR(*popt);
334 parse_mount_options(struct ceph_mount_options **pfsopt, struct ceph_options **popt, int flags, char *options, const char *dev_name, const char **path) argument

Completed in 35 milliseconds