Home
last modified time | relevance | path

Searched refs:V9FS_DEFUSER (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/9p/
H A Dv9fs.h153 #define V9FS_DEFUSER "nobody" macro
H A Dv9fs.c120 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options()
393 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_session_init()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds