Home
last modified time | relevance | path

Searched refs:L9PL_GETATTR_UID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lib9p/
H A Dfcall.h440 L9PL_GETATTR_UID = 0x00000004, enumerator
452 L9PL_GETATTR_UID |
H A Dutils.c668 { L9PL_GETATTR_UID, L9PL_GETATTR_UID, "UID" }, in l9p_describe_getattr_mask()
1087 if (mask & L9PL_GETATTR_UID) in l9p_describe_fcall()
/freebsd/contrib/lib9p/backend/
H A Dfs.c2438 if (mask & L9PL_GETATTR_UID) { in fs_getattr()
2441 valid |= L9PL_GETATTR_UID; in fs_getattr()