Home
last modified time | relevance | path

Searched refs:fscache_begin_write_operation (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dfscache.h538 int fscache_begin_write_operation(struct netfs_cache_resources *cres, in fscache_begin_write_operation() function
/linux-6.15/fs/afs/
H A Ddir.c1287 fscache_begin_write_operation(&cres, afs_vnode_cache(dvnode)); in afs_create_edit_dir()
1381 fscache_begin_write_operation(&cres, afs_vnode_cache(dvnode)); in afs_rmdir_edit_dir()
1527 fscache_begin_write_operation(&cres, afs_vnode_cache(dvnode)); in afs_unlink_edit_dir()
1875 fscache_begin_write_operation(&orig_cres, afs_vnode_cache(orig_dvnode)); in afs_rename_edit_dir()
1877 fscache_begin_write_operation(&new_cres, afs_vnode_cache(new_dvnode)); in afs_rename_edit_dir()
/linux-6.15/fs/netfs/
H A Dwrite_issue.c110 fscache_begin_write_operation(&wreq->cache_resources, netfs_i_cookie(ictx)); in netfs_create_write_req()