Home
last modified time | relevance | path

Searched refs:V9FS_DEFANAME (Results 1 – 3 of 3) sorted by relevance

/linux/fs/9p/
H A Dv9fs.h201 #define V9FS_DEFANAME "" macro
H A Dvfs_super.c323 ctx->session_opts.aname = kstrdup(V9FS_DEFANAME, GFP_KERNEL); in v9fs_init_fs_context()
H A Dv9fs.c164 if (strcmp(v9ses->aname, V9FS_DEFANAME) != 0) in v9fs_show_options()