Home
last modified time | relevance | path

Searched refs:V9FS_ACCESS_SINGLE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/9p/
H A Dv9fs.h17 * @V9FS_ACCESS_SINGLE: only the mounting user can access the hierarchy
26 #define V9FS_ACCESS_ANY (V9FS_ACCESS_SINGLE | \
35 V9FS_ACCESS_SINGLE = 0x04, enumerator
72 * @uid: if %V9FS_ACCESS_SINGLE, the numeric uid which mounted the hierarchy
H A Dfid.c134 if (access == V9FS_ACCESS_SINGLE) in v9fs_fid_lookup_with_uid()
225 case V9FS_ACCESS_SINGLE: in v9fs_fid_lookup()
H A Dv9fs.c143 case V9FS_ACCESS_SINGLE: in v9fs_show_options()
323 v9ses->flags |= V9FS_ACCESS_SINGLE; in v9fs_parse_options()
463 if ((v9ses->flags & V9FS_ACCESS_MASK) == V9FS_ACCESS_SINGLE) in v9fs_session_init()
/kernel/linux/linux-6.6/fs/9p/
H A Dv9fs.h18 * @V9FS_ACCESS_SINGLE: only the mounting user can access the hierarchy
27 #define V9FS_ACCESS_ANY (V9FS_ACCESS_SINGLE | \
36 V9FS_ACCESS_SINGLE = 0x04, enumerator
98 * @uid: if %V9FS_ACCESS_SINGLE, the numeric uid which mounted the hierarchy
H A Dfid.c206 if (access == V9FS_ACCESS_SINGLE) in v9fs_fid_lookup_with_uid()
297 case V9FS_ACCESS_SINGLE: in v9fs_fid_lookup()
H A Dv9fs.c136 case V9FS_ACCESS_SINGLE: in v9fs_show_options()
327 v9ses->flags |= V9FS_ACCESS_SINGLE; in v9fs_parse_options()
467 if ((v9ses->flags & V9FS_ACCESS_MASK) == V9FS_ACCESS_SINGLE) in v9fs_session_init()

Completed in 4 milliseconds