Lines Matching refs:getxattr
86 * file into a user-specified buffer. Note that the getxattr
118 "getxattr on inode %pU, name %s "
152 new_op->upcall.req.getxattr.refn = orangefs_inode->refn;
153 strcpy(new_op->upcall.req.getxattr.key, name);
160 new_op->upcall.req.getxattr.key_sz = strlen(name) + 1;
171 (char *)new_op->upcall.req.getxattr.key);
188 length = new_op->downcall.resp.getxattr.val_sz;
206 memcpy(buffer, new_op->downcall.resp.getxattr.val, length);
213 upcall.req.getxattr.key,
215 upcall.req.getxattr.key_sz,