Searched refs:outentry (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/caam/
H A Dregs.h228 } __packed *outentry = outring; local
230 *desc = outentry[hw_idx].desc;
231 *jrstatus = outentry[hw_idx].jrstatus;
236 } __packed *outentry = outring; local
238 *desc = outentry[hw_idx].desc;
239 *jrstatus = outentry[hw_idx].jrstatus;
/linux-master/fs/fuse/
H A Ddir.c623 struct fuse_entry_out outentry; local
646 memset(&outentry, 0, sizeof(outentry));
664 args.out_args[0].size = sizeof(outentry);
665 args.out_args[0].value = &outentry;
681 if (!S_ISREG(outentry.attr.mode) || invalid_nodeid(outentry.nodeid) ||
682 fuse_invalid_attr(&outentry.attr))
686 ff->nodeid = outentry.nodeid;
688 inode = fuse_iget(dir->i_sb, outentry
[all...]

Completed in 407 milliseconds