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

/linux-master/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 in enum:p9_session_flags
98 * @uid: if %V9FS_ACCESS_SINGLE, the numeric uid which mounted the hierarchy
H A Dfid.c206 if (access == V9FS_ACCESS_SINGLE)
297 case V9FS_ACCESS_SINGLE:
H A Dv9fs.c136 case V9FS_ACCESS_SINGLE:
327 v9ses->flags |= V9FS_ACCESS_SINGLE;
467 if ((v9ses->flags & V9FS_ACCESS_MASK) == V9FS_ACCESS_SINGLE)

Completed in 207 milliseconds