Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dfcall.h447 L9PL_GETATTR_SIZE = 0x00000200, enumerator
459 L9PL_GETATTR_SIZE |
H A Dutils.c769 { L9PL_GETATTR_SIZE, L9PL_GETATTR_SIZE, "SIZE" }, in l9p_describe_getattr_mask()
1192 if (mask & L9PL_GETATTR_SIZE) in l9p_describe_fcall()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c2591 if (mask & L9PL_GETATTR_SIZE) { in fs_getattr()
2593 valid |= L9PL_GETATTR_SIZE; in fs_getattr()