Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c72 char *wnames[P9_MAXWELEM]; in fs_walk()
77 for (i = 0; i < P9_MAXWELEM; i++) { in fs_walk()
84 .nwname = P9_MAXWELEM, .wnames = wnames, in fs_walk()
88 g_assert_cmpint(nwqid, ==, P9_MAXWELEM); in fs_walk()
90 for (i = 0; i < P9_MAXWELEM; i++) { in fs_walk()
/openbmc/linux/include/net/9p/
H A D9p.h326 #define P9_MAXWELEM 16 macro
/openbmc/linux/fs/9p/
H A Dfid.c240 l = min(n - i, P9_MAXWELEM); in v9fs_fid_lookup_with_uid()
/openbmc/qemu/hw/9pfs/
H A D9p.h116 #define P9_MAXWELEM 16 macro
H A D9p-synth.c571 for (i = 0; i < P9_MAXWELEM; i++) { in synth_init()
H A D9p.c1803 if (nwnames > P9_MAXWELEM) { in v9fs_walk()