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

/linux-master/fs/afs/
H A Dfs_operation.c248 if (op->more_files) {
250 if (op->more_files[i].put_vnode)
251 iput(&op->more_files[i].vnode->netfs.inode);
252 kfree(op->more_files);
H A Dfsclient.c1824 scb = &op->more_files[call->count - 2].scb;
1872 scb = &op->more_files[call->count - 2].scb;
1965 *bp++ = htonl(op->more_files[i].fid.vid);
1966 *bp++ = htonl(op->more_files[i].fid.vnode);
1967 *bp++ = htonl(op->more_files[i].fid.unique);
H A Dyfsclient.c1634 scb = &op->more_files[call->count - 2].scb;
1682 scb = &op->more_files[call->count - 2].scb;
1756 bp = xdr_encode_YFSFid(bp, &op->more_files[i].fid);
H A Ddir.c707 vp = &op->more_files[i - 2];
853 op->more_files = kvcalloc(op->nr_files - 2,
856 if (!op->more_files) {
862 vp = &op->more_files[i - 2];
H A Dinternal.h878 struct afs_vnode_param *more_files; member in struct:afs_operation
886 short nr_files; /* Number of entries in file[], more_files */

Completed in 251 milliseconds