l9p_fid_isdir
if ((flags & F_REQUIRE_DIR) && !l9p_fid_isdir(file))
if ((flags & F_FORBID_DIR) && l9p_fid_isdir(file))
if (l9p_fid_isdir(fid))