Lines Matching refs:upcall
39 new_op->upcall.req.create.parent_refn = parent->refn; in orangefs_create()
41 fill_default_sys_attrs(new_op->upcall.req.create.attributes, in orangefs_create()
44 strncpy(new_op->upcall.req.create.d_name, in orangefs_create()
131 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_lookup()
138 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_lookup()
140 strncpy(new_op->upcall.req.lookup.d_name, dentry->d_name.name, in orangefs_lookup()
146 new_op->upcall.req.lookup.d_name, in orangefs_lookup()
147 &new_op->upcall.req.lookup.parent_refn.khandle, in orangefs_lookup()
148 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup()
194 new_op->upcall.req.remove.parent_refn = parent->refn; in orangefs_unlink()
195 strncpy(new_op->upcall.req.remove.d_name, dentry->d_name.name, in orangefs_unlink()
244 new_op->upcall.req.sym.parent_refn = parent->refn; in orangefs_symlink()
246 fill_default_sys_attrs(new_op->upcall.req.sym.attributes, in orangefs_symlink()
250 strncpy(new_op->upcall.req.sym.entry_name, in orangefs_symlink()
253 strncpy(new_op->upcall.req.sym.target, symname, ORANGEFS_NAME_MAX - 1); in orangefs_symlink()
322 new_op->upcall.req.mkdir.parent_refn = parent->refn; in orangefs_mkdir()
324 fill_default_sys_attrs(new_op->upcall.req.mkdir.attributes, in orangefs_mkdir()
327 strncpy(new_op->upcall.req.mkdir.d_name, in orangefs_mkdir()
405 new_op->upcall.req.rename.old_parent_refn = ORANGEFS_I(old_dir)->refn; in orangefs_rename()
406 new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn; in orangefs_rename()
408 strncpy(new_op->upcall.req.rename.d_old_name, in orangefs_rename()
411 strncpy(new_op->upcall.req.rename.d_new_name, in orangefs_rename()