Searched refs:afs_alloc_operation (Results 1 – 10 of 10) sorted by relevance
| /fs/afs/ |
| A D | xattr.c | 46 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_get_acl() 111 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_set_acl() 169 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_get_yfs() 244 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_set_yfs()
|
| A 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()
|
| A D | dir.c | 823 op = afs_alloc_operation(NULL, dvnode->volume); in afs_do_lookup() 1327 op = afs_alloc_operation(NULL, dvnode->volume); in afs_mkdir() 1419 op = afs_alloc_operation(NULL, dvnode->volume); in afs_rmdir() 1569 op = afs_alloc_operation(NULL, dvnode->volume); in afs_unlink() 1652 op = afs_alloc_operation(NULL, dvnode->volume); in afs_create() 1731 op = afs_alloc_operation(NULL, dvnode->volume); in afs_link() 1798 op = afs_alloc_operation(NULL, dvnode->volume); in afs_symlink() 1979 op = afs_alloc_operation(NULL, orig_dvnode->volume); in afs_rename()
|
| A D | flock.c | 203 op = afs_alloc_operation(key, vnode->volume); in afs_set_lock() 234 op = afs_alloc_operation(key, vnode->volume); in afs_extend_lock() 265 op = afs_alloc_operation(key, vnode->volume); in afs_release_lock()
|
| A D | inode.c | 460 op = afs_alloc_operation(key, vnode->volume); in afs_fetch_status() 648 op = afs_alloc_operation(key, as->volume); in afs_root_iget() 902 op = afs_alloc_operation(((attr->ia_valid & ATTR_FILE) ? in afs_setattr()
|
| A D | write.c | 131 op = afs_alloc_operation(wreq->netfs_priv, vnode->volume); in afs_issue_write_worker()
|
| A D | fs_operation.c | 18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation() function
|
| A D | file.c | 345 op = afs_alloc_operation(key, vnode->volume); in afs_issue_read()
|
| A D | super.c | 761 op = afs_alloc_operation(NULL, as->volume); in afs_statfs()
|
| A D | internal.h | 1196 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
|
Completed in 25 milliseconds