Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Drequest.c475 F_REQUIRE_XATTR = 0x04, /* require that the file be marked XATTR */ enumerator
530 if ((flags & F_REQUIRE_XATTR) && !l9p_fid_isxattr(file)) in fid_lookup()