Home
last modified time | relevance | path

Searched refs:more_files (Results 1 – 6 of 6) sorted by relevance

/linux/fs/afs/
H A Ddir_silly.c72 op->more_files = kvzalloc_objs(struct afs_vnode_param, 2); in afs_do_silly_rename()
73 if (!op->more_files) { in afs_do_silly_rename()
86 op->more_files[0].vnode = AFS_FS_I(d_inode(old)); in afs_do_silly_rename()
87 op->more_files[0].speculative = true; in afs_do_silly_rename()
88 op->more_files[1].vnode = AFS_FS_I(d_inode(new)); in afs_do_silly_rename()
89 op->more_files[1].speculative = true; in afs_do_silly_rename()
H A Dfs_operation.c347 if (op->more_files) { in afs_put_operation()
349 if (op->more_files[i].put_vnode) in afs_put_operation()
350 iput(&op->more_files[i].vnode->netfs.inode); in afs_put_operation()
351 kfree(op->more_files); in afs_put_operation()
H A Ddir.c691 vp = &op->more_files[i - 2]; in afs_do_lookup_success()
837 op->more_files = kvzalloc_objs(struct afs_vnode_param, in afs_do_lookup()
839 if (!op->more_files) { in afs_do_lookup()
845 vp = &op->more_files[i - 2]; in afs_do_lookup()
1825 struct afs_vnode *vnode = op->more_files[0].vnode; in afs_rename_success()
1826 struct afs_vnode *new_vnode = op->more_files[1].vnode; in afs_rename_success()
1837 if (op->more_files[0].scb.have_status) in afs_rename_success()
1838 afs_vnode_commit_status(op, &op->more_files[0]); in afs_rename_success()
1839 if (op->more_files[1].scb.have_status) in afs_rename_success()
1840 afs_vnode_commit_status(op, &op->more_files[1]); in afs_rename_success()
[all …]
H A Dyfsclient.c1085 struct afs_vnode_param *old_vp = &op->more_files[0]; in yfs_deliver_fs_rename_1()
1118 struct afs_vnode_param *old_vp = &op->more_files[0]; in yfs_deliver_fs_rename_2()
1119 struct afs_vnode_param *new_vp = &op->more_files[1]; in yfs_deliver_fs_rename_2()
1890 scb = &op->more_files[call->count - 2].scb; in yfs_deliver_fs_inline_bulk_status()
1938 scb = &op->more_files[call->count - 2].scb; in yfs_deliver_fs_inline_bulk_status()
2012 bp = xdr_encode_YFSFid(bp, &op->more_files[i].fid); in yfs_fs_inline_bulk_status()
H A Dfsclient.c1833 scb = &op->more_files[call->count - 2].scb; in afs_deliver_fs_inline_bulk_status()
1881 scb = &op->more_files[call->count - 2].scb; in afs_deliver_fs_inline_bulk_status()
1974 *bp++ = htonl(op->more_files[i].fid.vid); in afs_fs_inline_bulk_status()
1975 *bp++ = htonl(op->more_files[i].fid.vnode); in afs_fs_inline_bulk_status()
1976 *bp++ = htonl(op->more_files[i].fid.unique); in afs_fs_inline_bulk_status()
H A Dinternal.h871 struct afs_vnode_param *more_files; member