Home
last modified time | relevance | path

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

/linux-6.15/net/9p/
H A Dclient.c1282 p9_debug(P9_DEBUG_9P, in p9_client_create_dotl()
1760 p9_debug(P9_DEBUG_9P, in p9_client_stat()
1883 p9_debug(P9_DEBUG_9P, in p9_client_wstat()
1967 p9_debug(P9_DEBUG_9P, in p9_client_statfs()
2014 p9_debug(P9_DEBUG_9P, in p9_client_renameat()
2050 p9_debug(P9_DEBUG_9P, in p9_client_xattrwalk()
2088 p9_debug(P9_DEBUG_9P, in p9_client_xattrcreate()
2180 p9_debug(P9_DEBUG_9P, in p9_client_mknod_dotl()
2238 p9_debug(P9_DEBUG_9P, in p9_client_lock_dotl()
2269 p9_debug(P9_DEBUG_9P, in p9_client_getlock_dotl()
[all …]
H A Dmod.c45 if (level == P9_DEBUG_9P) in _p9_debug()
H A Dprotocol.c732 p9_debug(P9_DEBUG_9P, "<<< p9stat_read failed: %d\n", ret); in p9stat_read()
757 p9_debug(P9_DEBUG_9P, ">>> size=%d type: %d tag: %d\n", in p9pdu_finalize()
784 p9_debug(P9_DEBUG_9P, "<<< p9dirent_read failed: %d\n", ret); in p9dirent_read()
/linux-6.15/fs/9p/
H A Dv9fs.c76 p9_debug(P9_DEBUG_9P, "Cache mode: loose\n"); in get_cache_mode()
79 p9_debug(P9_DEBUG_9P, "Cache mode: fscache\n"); in get_cache_mode()
82 p9_debug(P9_DEBUG_9P, "Cache mode: mmap\n"); in get_cache_mode()
85 p9_debug(P9_DEBUG_9P, "Cache mode: readahead\n"); in get_cache_mode()
88 p9_debug(P9_DEBUG_9P, "Cache mode: none\n"); in get_cache_mode()
/linux-6.15/include/net/9p/
H A D9p.h34 P9_DEBUG_9P = (1<<2), enumerator