Lines Matching refs:upcall

38 	new_op->upcall.req.create.parent_refn = parent->refn;  in orangefs_create()
40 fill_default_sys_attrs(new_op->upcall.req.create.attributes, in orangefs_create()
43 strncpy(new_op->upcall.req.create.d_name, in orangefs_create()
133 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_lookup()
140 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_lookup()
142 strncpy(new_op->upcall.req.lookup.d_name, dentry->d_name.name, in orangefs_lookup()
148 new_op->upcall.req.lookup.d_name, in orangefs_lookup()
149 &new_op->upcall.req.lookup.parent_refn.khandle, in orangefs_lookup()
150 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup()
196 new_op->upcall.req.remove.parent_refn = parent->refn; in orangefs_unlink()
197 strncpy(new_op->upcall.req.remove.d_name, dentry->d_name.name, in orangefs_unlink()
246 new_op->upcall.req.sym.parent_refn = parent->refn; in orangefs_symlink()
248 fill_default_sys_attrs(new_op->upcall.req.sym.attributes, in orangefs_symlink()
252 strncpy(new_op->upcall.req.sym.entry_name, in orangefs_symlink()
255 strncpy(new_op->upcall.req.sym.target, symname, ORANGEFS_NAME_MAX - 1); in orangefs_symlink()
326 new_op->upcall.req.mkdir.parent_refn = parent->refn; in orangefs_mkdir()
328 fill_default_sys_attrs(new_op->upcall.req.mkdir.attributes, in orangefs_mkdir()
331 strncpy(new_op->upcall.req.mkdir.d_name, in orangefs_mkdir()
407 new_op->upcall.req.rename.old_parent_refn = ORANGEFS_I(old_dir)->refn; in orangefs_rename()
408 new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn; in orangefs_rename()
410 strncpy(new_op->upcall.req.rename.d_old_name, in orangefs_rename()
413 strncpy(new_op->upcall.req.rename.d_new_name, in orangefs_rename()