Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Ddir.c105 fscache_unuse_cookie(afs_vnode_cache(dvnode), &aux, &i_size); in afs_dir_unuse_cookie()
107 fscache_unuse_cookie(afs_vnode_cache(dvnode), NULL, NULL); in afs_dir_unuse_cookie()
288 fscache_use_cookie(afs_vnode_cache(dvnode), false); in afs_read_single()
290 fscache_unuse_cookie(afs_vnode_cache(dvnode), NULL, NULL); in afs_read_single()
1273 fscache_begin_write_operation(&cres, afs_vnode_cache(dvnode)); in afs_create_edit_dir()
1319 fscache_use_cookie(afs_vnode_cache(dvnode), true); in afs_mkdir()
1367 fscache_begin_write_operation(&cres, afs_vnode_cache(dvnode)); in afs_rmdir_edit_dir()
1409 fscache_use_cookie(afs_vnode_cache(dvnode), true); in afs_rmdir()
1513 fscache_begin_write_operation(&cres, afs_vnode_cache(dvnode)); in afs_unlink_edit_dir()
1559 fscache_use_cookie(afs_vnode_cache(dvnode), true); in afs_unlink()
[all …]
H A Dfile.c156 fscache_use_cookie(afs_vnode_cache(vnode), file->f_mode & FMODE_WRITE); in afs_open()
194 fscache_unuse_cookie(afs_vnode_cache(vnode), &aux, &i_size); in afs_release()
196 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_release()
451 fscache_update_cookie(afs_vnode_cache(vnode), NULL, &new_i_size); in afs_set_i_size()
H A Dsymlink.c151 fscache_use_cookie(afs_vnode_cache(vnode), false); in afs_read_symlink()
153 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_read_symlink()
H A Dinode.c702 fscache_relinquish_cookie(afs_vnode_cache(vnode), in afs_evict_inode()
748 fscache_resize_cookie(afs_vnode_cache(vnode), size); in afs_setattr_edit_file()
797 fscache_use_cookie(afs_vnode_cache(vnode), true); in afs_setattr()
820 fscache_resize_cookie(afs_vnode_cache(vnode), in afs_setattr()
851 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_setattr()
H A Dinternal.h739 static inline struct fscache_cookie *afs_vnode_cache(struct afs_vnode *vnode) in afs_vnode_cache() function
985 fscache_invalidate(afs_vnode_cache(vnode), &aux, in afs_invalidate_cache()