Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dfs_operation.c248 if (op->more_files) { in afs_put_operation()
250 if (op->more_files[i].put_vnode) in afs_put_operation()
251 iput(&op->more_files[i].vnode->netfs.inode); in afs_put_operation()
252 kfree(op->more_files); in afs_put_operation()
H A Dfsclient.c1829 scb = &op->more_files[call->count - 2].scb; in afs_deliver_fs_inline_bulk_status()
1877 scb = &op->more_files[call->count - 2].scb; in afs_deliver_fs_inline_bulk_status()
1970 *bp++ = htonl(op->more_files[i].fid.vid); in afs_fs_inline_bulk_status()
1971 *bp++ = htonl(op->more_files[i].fid.vnode); in afs_fs_inline_bulk_status()
1972 *bp++ = htonl(op->more_files[i].fid.unique); in afs_fs_inline_bulk_status()
H A Ddir.c707 vp = &op->more_files[i - 2]; in afs_do_lookup_success()
853 op->more_files = kvcalloc(op->nr_files - 2, in afs_do_lookup()
856 if (!op->more_files) { in afs_do_lookup()
862 vp = &op->more_files[i - 2]; in afs_do_lookup()
H A Dyfsclient.c1639 scb = &op->more_files[call->count - 2].scb; in yfs_deliver_fs_inline_bulk_status()
1687 scb = &op->more_files[call->count - 2].scb; in yfs_deliver_fs_inline_bulk_status()
1761 bp = xdr_encode_YFSFid(bp, &op->more_files[i].fid); in yfs_fs_inline_bulk_status()
H A Dinternal.h878 struct afs_vnode_param *more_files; member