Home
last modified time | relevance | path

Searched refs:fscache_use_cookie (Results 1 – 15 of 15) sorted by relevance

/linux/fs/afs/
H A Ddir.c301 fscache_use_cookie(afs_vnode_cache(dvnode), false); in afs_read_single()
1334 fscache_use_cookie(afs_vnode_cache(dvnode), true); in afs_mkdir()
1424 fscache_use_cookie(afs_vnode_cache(dvnode), true); in afs_rmdir()
1574 fscache_use_cookie(afs_vnode_cache(dvnode), true); in afs_unlink()
1659 fscache_use_cookie(afs_vnode_cache(dvnode), true); in afs_create()
1738 fscache_use_cookie(afs_vnode_cache(dvnode), true); in afs_link()
1805 fscache_use_cookie(afs_vnode_cache(dvnode), true); in afs_symlink()
1984 fscache_use_cookie(afs_vnode_cache(orig_dvnode), true); in afs_rename()
1986 fscache_use_cookie(afs_vnode_cache(new_dvnode), true); in afs_rename()
H A Dfile.c153 fscache_use_cookie(afs_vnode_cache(vnode), file->f_mode & FMODE_WRITE); in afs_open()
H A Dinode.c872 fscache_use_cookie(afs_vnode_cache(vnode), true); in afs_setattr()
/linux/fs/ceph/
H A Dcache.c52 fscache_use_cookie(ceph_fscache_cookie(ci), will_modify); in ceph_fscache_use_cookie()
/linux/fs/netfs/
H A Dread_single.c50 fscache_use_cookie(netfs_i_cookie(ictx), true); in netfs_single_mark_inode_dirty()
H A Dmisc.c159 fscache_use_cookie(cookie, true); in netfs_dirty_folio()
/linux/include/linux/
H A Dfscache.h271 static inline void fscache_use_cookie(struct fscache_cookie *cookie, in fscache_use_cookie() function
/linux/fs/nfs/
H A Dfscache.c225 fscache_use_cookie(cookie, open_for_write); in nfs_fscache_open_file()
/linux/fs/9p/
H A Dvfs_file.c86 fscache_use_cookie(v9fs_inode_cookie(V9FS_I(inode)), in v9fs_file_open()
H A Dvfs_inode_dotl.c328 fscache_use_cookie(v9fs_inode_cookie(v9inode), in v9fs_vfs_atomic_open_dotl()
H A Dvfs_inode.c814 fscache_use_cookie(v9fs_inode_cookie(v9inode), in v9fs_vfs_atomic_open()
/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst195 void fscache_use_cookie(struct fscache_cookie *cookie,
360 must already have called ``fscache_use_cookie()``).
/linux/fs/erofs/
H A Dfscache.c512 fscache_use_cookie(cookie, false); in erofs_fscache_acquire_cookie()
/linux/fs/smb/client/
H A Ddir.c537 fscache_use_cookie(cifs_inode_cookie(file_inode(file)),
H A Dfile.c1091 fscache_use_cookie(cifs_inode_cookie(file_inode(file)), in cifs_open()