Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dv9fs.h200 #define V9FS_DEFUSER "nobody" macro
H A Dvfs_super.c319 ctx->session_opts.uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_init_fs_context()
H A Dv9fs.c162 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options()