Searched refs:fscache_resize_cookie (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/fs/ceph/ |
D | cache.h | 41 fscache_resize_cookie(cookie, to); in ceph_fscache_resize()
|
/Linux-v6.6/include/linux/ |
D | fscache.h | 386 void fscache_resize_cookie(struct fscache_cookie *cookie, loff_t new_size) in fscache_resize_cookie() function
|
/Linux-v6.6/fs/afs/ |
D | inode.c | 877 fscache_resize_cookie(afs_vnode_cache(vp->vnode), in afs_setattr_edit_file() 948 fscache_resize_cookie(afs_vnode_cache(vnode), in afs_setattr()
|
/Linux-v6.6/fs/9p/ |
D | vfs_inode_dotl.c | 605 fscache_resize_cookie(v9fs_inode_cookie(V9FS_I(inode)), in v9fs_vfs_setattr_dotl()
|
D | vfs_inode.c | 1122 fscache_resize_cookie(v9fs_inode_cookie(v9inode), iattr->ia_size); in v9fs_vfs_setattr()
|
/Linux-v6.6/fs/smb/client/ |
D | inode.c | 2932 fscache_resize_cookie(cifs_inode_cookie(inode), attrs->ia_size); 3131 fscache_resize_cookie(cifs_inode_cookie(inode), attrs->ia_size);
|
D | smb2ops.c | 3687 fscache_resize_cookie(cifs_inode_cookie(inode), cifsi->server_eof); in smb3_collapse_range()
|
/Linux-v6.6/Documentation/filesystems/caching/ |
D | netfs-api.rst | 228 void fscache_resize_cookie(struct fscache_cookie *cookie,
|