Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dfcall.h447 L9PL_GETATTR_SIZE = 0x00000200, enumerator
459 L9PL_GETATTR_SIZE |
H A Dutils.c675 { L9PL_GETATTR_SIZE, L9PL_GETATTR_SIZE, "SIZE" }, in l9p_describe_getattr_mask()
1097 if (mask & L9PL_GETATTR_SIZE) in l9p_describe_fcall()
/freebsd/contrib/lib9p/backend/
H A Dfs.c2488 if (mask & L9PL_GETATTR_SIZE) { in fs_getattr()
2490 valid |= L9PL_GETATTR_SIZE; in fs_getattr()