Lines Matching defs:args
144 /* int args above */
149 /* string args above */
467 static void destroy_mount_options(struct ceph_mount_options *args)
469 dout("destroy_mount_options %p\n", args);
470 if (!args)
473 kfree(args->snapdir_name);
474 kfree(args->mds_namespace);
475 kfree(args->server_path);
476 kfree(args->fscache_uniq);
477 kfree(args);