Searched refs:fscache_unuse_cookie (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/ceph/
H A Dcache.c62 fscache_unuse_cookie(ceph_fscache_cookie(ci),
65 fscache_unuse_cookie(ceph_fscache_cookie(ci), NULL, NULL);
/linux-master/fs/smb/client/
H A Dfscache.c156 fscache_unuse_cookie(cifs_inode_cookie(inode), &cd, &i_size);
158 fscache_unuse_cookie(cifs_inode_cookie(inode), NULL, NULL);
/linux-master/fs/netfs/
H A Dmisc.c145 fscache_unuse_cookie(cookie, NULL, NULL);
164 fscache_unuse_cookie(cookie, aux, &i_size);
/linux-master/fs/9p/
H A Dvfs_dir.c231 fscache_unuse_cookie(v9fs_inode_cookie(v9inode),
234 fscache_unuse_cookie(v9fs_inode_cookie(v9inode), NULL, NULL);
/linux-master/fs/afs/
H A Dfile.c198 fscache_unuse_cookie(afs_vnode_cache(vnode), &aux, &i_size);
200 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL);
H A Dinode.c809 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL);
/linux-master/fs/erofs/
H A Dfscache.c537 fscache_unuse_cookie(cookie, NULL, NULL);
546 fscache_unuse_cookie(ctx->cookie, NULL, NULL);
/linux-master/fs/nfs/
H A Dfscache.c241 fscache_unuse_cookie(cookie, &auxdata, &i_size);
/linux-master/include/linux/
H A Dfscache.h279 * fscache_unuse_cookie - Cease usage of cookie attached to an object
287 static inline void fscache_unuse_cookie(struct fscache_cookie *cookie, function

Completed in 169 milliseconds