Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dv9fs.h195 #define V9FS_DEFUSER "nobody" macro
H A Dv9fs.c113 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options()
397 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_session_init()