Home
last modified time | relevance | path

Searched refs:afs_alloc_operation (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/fs/afs/
H A Dxattr.c46 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_get_acl()
110 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_set_acl()
168 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_get_yfs()
242 op = afs_alloc_operation(NULL, vnode->volume); in afs_xattr_set_yfs()
H A Ddir_silly.c68 op = afs_alloc_operation(key, dvnode->volume); in afs_do_silly_rename()
199 op = afs_alloc_operation(NULL, dvnode->volume); in afs_do_silly_unlink()
H A Ddir.c792 op = afs_alloc_operation(NULL, dvnode->volume); in afs_do_lookup()
1303 op = afs_alloc_operation(NULL, dvnode->volume); in afs_mkdir()
1387 op = afs_alloc_operation(NULL, dvnode->volume); in afs_rmdir()
1524 op = afs_alloc_operation(NULL, dvnode->volume); in afs_unlink()
1605 op = afs_alloc_operation(NULL, dvnode->volume); in afs_create()
1679 op = afs_alloc_operation(NULL, dvnode->volume); in afs_link()
1735 op = afs_alloc_operation(NULL, dvnode->volume); in afs_symlink()
1878 op = afs_alloc_operation(NULL, orig_dvnode->volume); in afs_rename()
H A Dflock.c204 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()
H A Dinode.c348 op = afs_alloc_operation(key, vnode->volume); in afs_fetch_status()
530 op = afs_alloc_operation(key, as->volume); in afs_root_iget()
899 op = afs_alloc_operation(((attr->ia_valid & ATTR_FILE) ? in afs_setattr()
H A Dfs_operation.c18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation() function
H A Dfile.c260 op = afs_alloc_operation(key, vnode->volume); in afs_fetch_data()
H A Dsuper.c766 op = afs_alloc_operation(NULL, as->volume); in afs_statfs()
H A Dwrite.c444 op = afs_alloc_operation(wbk->key, vnode->volume); in afs_store_data()
H A Dinternal.h1105 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);