Searched refs:outarg (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/fs/fuse/ |
D | dir.c | 117 struct fuse_entry_out *outarg) in fuse_lookup_init() argument 119 memset(outarg, 0, sizeof(struct fuse_entry_out)); in fuse_lookup_init() 130 req->out.args[0].value = outarg; in fuse_lookup_init() 166 struct fuse_entry_out outarg; in fuse_dentry_revalidate() local 195 &entry->d_name, &outarg); in fuse_dentry_revalidate() 201 if (!err && !outarg.nodeid) in fuse_dentry_revalidate() 205 if (outarg.nodeid != get_node_id(inode)) { in fuse_dentry_revalidate() 206 fuse_queue_forget(fc, forget, outarg.nodeid, 1); in fuse_dentry_revalidate() 214 if (err || (outarg.attr.mode ^ inode->i_mode) & S_IFMT) in fuse_dentry_revalidate() 217 fuse_change_attributes(inode, &outarg.attr, in fuse_dentry_revalidate() [all …]
|
D | dev.c | 1291 struct fuse_notify_poll_wakeup_out outarg; in fuse_notify_poll() local 1294 if (size != sizeof(outarg)) in fuse_notify_poll() 1297 err = fuse_copy_one(cs, &outarg, sizeof(outarg)); in fuse_notify_poll() 1302 return fuse_notify_poll_wakeup(fc, &outarg); in fuse_notify_poll() 1312 struct fuse_notify_inval_inode_out outarg; in fuse_notify_inval_inode() local 1315 if (size != sizeof(outarg)) in fuse_notify_inval_inode() 1318 err = fuse_copy_one(cs, &outarg, sizeof(outarg)); in fuse_notify_inval_inode() 1326 err = fuse_reverse_inval_inode(fc->sb, outarg.ino, in fuse_notify_inval_inode() 1327 outarg.off, outarg.len); in fuse_notify_inval_inode() 1340 struct fuse_notify_inval_entry_out outarg; in fuse_notify_inval_entry() local [all …]
|
D | file.c | 142 struct fuse_open_out outarg; in fuse_do_open() local 151 err = fuse_send_open(fc, nodeid, file, opcode, &outarg); in fuse_do_open() 158 outarg.open_flags &= ~FOPEN_DIRECT_IO; in fuse_do_open() 160 ff->fh = outarg.fh; in fuse_do_open() 162 ff->open_flags = outarg.open_flags; in fuse_do_open() 710 struct fuse_write_out *outarg = &req->misc.write.out; in fuse_write_fill() local 726 req->out.args[0].value = outarg; in fuse_write_fill() 1469 struct fuse_lk_out outarg; in fuse_getlk() local 1478 req->out.args[0].size = sizeof(outarg); in fuse_getlk() 1479 req->out.args[0].value = &outarg; in fuse_getlk() [all …]
|
D | inode.c | 371 struct fuse_statfs_out outarg; in fuse_statfs() local 383 memset(&outarg, 0, sizeof(outarg)); in fuse_statfs() 389 fc->minor < 4 ? FUSE_COMPAT_STATFS_SIZE : sizeof(outarg); in fuse_statfs() 390 req->out.args[0].value = &outarg; in fuse_statfs() 394 convert_fuse_statfs(buf, &outarg.st); in fuse_statfs() 595 struct fuse_entry_out outarg; in fuse_get_dentry() local 603 err = fuse_lookup_name(sb, handle->nodeid, &name, &outarg, in fuse_get_dentry() 704 struct fuse_entry_out outarg; in fuse_get_parent() local 714 &name, &outarg, &inode); in fuse_get_parent()
|
D | cuse.c | 409 void *outarg; in cuse_send_init() local 424 outarg = kzalloc(sizeof(struct cuse_init_out), GFP_KERNEL); in cuse_send_init() 425 if (!outarg) in cuse_send_init() 438 req->out.args[0].value = outarg; in cuse_send_init()
|
D | fuse_i.h | 556 struct fuse_entry_out *outarg, struct inode **inode); 598 struct fuse_notify_poll_wakeup_out *outarg);
|
/linux-2.6.39/drivers/net/ |
D | cassini.h | 2144 u16 outarg; /* output argument */ member
|
D | cassini.c | 1186 val = CAS_BASE(HP_INSTR_RAM_MID_OUTARG, inst->outarg >> 10); in cas_load_firmware() 1198 val |= CAS_BASE(HP_INSTR_RAM_LOW_OUTARG, inst->outarg); in cas_load_firmware()
|