Home
last modified time | relevance | path

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

/Linux-v5.15/fs/afs/
Dfile.c345 struct fscache_cookie *cookie = afs_vnode_cache(AFS_FS_I(inode)); in afs_is_cache_enabled()
354 return fscache_begin_read_operation(rreq, afs_vnode_cache(vnode)); in afs_begin_cache_operation()
Dinternal.h678 static inline struct fscache_cookie *afs_vnode_cache(struct afs_vnode *vnode) in afs_vnode_cache() function