Home
last modified time | relevance | path

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

/linux-4.19.296/fs/9p/
Dv9fs.h168 #define V9FS_DEFUSER "nobody" macro
Dv9fs.c135 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options()
408 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_session_init()