Home
last modified time | relevance | path

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

/Linux-v4.19/fs/9p/
Dcache.c79 p9_debug(P9_DEBUG_FSC, "session %p get cookie %p\n", in v9fs_cache_session_get_cookie()
85 p9_debug(P9_DEBUG_FSC, "session %p put cookie %p\n", in v9fs_cache_session_put_cookie()
138 p9_debug(P9_DEBUG_FSC, "inode %p get cookie %p\n", in v9fs_cache_inode_get_cookie()
148 p9_debug(P9_DEBUG_FSC, "inode %p put cookie %p\n", in v9fs_cache_inode_put_cookie()
162 p9_debug(P9_DEBUG_FSC, "inode %p flush cookie %p\n", in v9fs_cache_inode_flush_cookie()
210 p9_debug(P9_DEBUG_FSC, "inode %p revalidating cookie old %p new %p\n", in v9fs_cache_inode_reset_cookie()
261 p9_debug(P9_DEBUG_FSC, "inode %p page %p\n", inode, page); in __v9fs_readpage_from_fscache()
273 p9_debug(P9_DEBUG_FSC, "page/inode not in cache %d\n", ret); in __v9fs_readpage_from_fscache()
276 p9_debug(P9_DEBUG_FSC, "BIO submitted\n"); in __v9fs_readpage_from_fscache()
279 p9_debug(P9_DEBUG_FSC, "ret %d\n", ret); in __v9fs_readpage_from_fscache()
[all …]
/Linux-v4.19/include/net/9p/
D9p.h60 P9_DEBUG_FSC = (1<<11), enumerator