Searched refs:afs_alloc_operation (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/fs/afs/ |
D | xattr.c | 69 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_get_acl() 133 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_set_acl() 191 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_get_yfs() 262 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_set_yfs()
|
D | dir_silly.c | 68 op = afs_alloc_operation(key, dvnode->volume); in afs_do_silly_rename() 197 op = afs_alloc_operation(NULL, dvnode->volume); in afs_do_silly_unlink()
|
D | dir.c | 790 op = afs_alloc_operation(NULL, dvnode->volume); in afs_do_lookup() 1333 op = afs_alloc_operation(NULL, dvnode->volume); in afs_mkdir() 1416 op = afs_alloc_operation(NULL, dvnode->volume); in afs_rmdir() 1552 op = afs_alloc_operation(NULL, dvnode->volume); in afs_unlink() 1632 op = afs_alloc_operation(NULL, dvnode->volume); in afs_create() 1705 op = afs_alloc_operation(NULL, dvnode->volume); in afs_link() 1760 op = afs_alloc_operation(NULL, dvnode->volume); in afs_symlink() 1901 op = afs_alloc_operation(NULL, orig_dvnode->volume); in afs_rename()
|
D | flock.c | 204 op = afs_alloc_operation(key, vnode->volume); in afs_set_lock() 235 op = afs_alloc_operation(key, vnode->volume); in afs_extend_lock() 266 op = afs_alloc_operation(key, vnode->volume); in afs_release_lock()
|
D | inode.c | 358 op = afs_alloc_operation(key, vnode->volume); in afs_fetch_status() 540 op = afs_alloc_operation(key, as->volume); in afs_root_iget() 896 op = afs_alloc_operation(((attr->ia_valid & ATTR_FILE) ? in afs_setattr()
|
D | fs_operation.c | 18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation() function
|
D | file.c | 261 op = afs_alloc_operation(key, vnode->volume); in afs_fetch_data()
|
D | super.c | 766 op = afs_alloc_operation(NULL, as->volume); in afs_statfs()
|
D | write.c | 444 op = afs_alloc_operation(wbk->key, vnode->volume); in afs_store_data()
|
D | internal.h | 1104 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
|