Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c481 F_REQUIRE_XATTR = 0x04, /* require that the file be marked XATTR */ enumerator
536 if ((flags & F_REQUIRE_XATTR) && !l9p_fid_isxattr(file)) in fid_lookup()