Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/afs/
H A Dfs_operation.c237 if (op->more_files) { in afs_put_operation()
239 if (op->more_files[i].put_vnode) in afs_put_operation()
240 iput(&op->more_files[i].vnode->vfs_inode); in afs_put_operation()
241 kfree(op->more_files); in afs_put_operation()
H A Dfsclient.c1813 scb = &op->more_files[call->count - 2].scb; in afs_deliver_fs_inline_bulk_status()
1861 scb = &op->more_files[call->count - 2].scb; in afs_deliver_fs_inline_bulk_status()
1950 *bp++ = htonl(op->more_files[i].fid.vid); in afs_fs_inline_bulk_status()
1951 *bp++ = htonl(op->more_files[i].fid.vnode); in afs_fs_inline_bulk_status()
1952 *bp++ = htonl(op->more_files[i].fid.unique); in afs_fs_inline_bulk_status()
H A Ddir.c662 vp = &op->more_files[i - 2]; in afs_do_lookup_success()
807 op->more_files = kvcalloc(op->nr_files - 2, in afs_do_lookup()
810 if (!op->more_files) in afs_do_lookup()
814 vp = &op->more_files[i - 2]; in afs_do_lookup()
H A Dyfsclient.c1658 scb = &op->more_files[call->count - 2].scb; in yfs_deliver_fs_inline_bulk_status()
1706 scb = &op->more_files[call->count - 2].scb; in yfs_deliver_fs_inline_bulk_status()
1780 bp = xdr_encode_YFSFid(bp, &op->more_files[i].fid); in yfs_fs_inline_bulk_status()
H A Dinternal.h775 struct afs_vnode_param *more_files; member