getxattr          116 fs/orangefs/downcall.h 		struct orangefs_getxattr_response getxattr;
getxattr           63 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.getxattr.refn.fs_id;
getxattr          247 fs/orangefs/upcall.h 		struct orangefs_getxattr_request_s getxattr;
getxattr          152 fs/orangefs/xattr.c 	new_op->upcall.req.getxattr.refn = orangefs_inode->refn;
getxattr          153 fs/orangefs/xattr.c 	strcpy(new_op->upcall.req.getxattr.key, name);
getxattr          160 fs/orangefs/xattr.c 	new_op->upcall.req.getxattr.key_sz = strlen(name) + 1;
getxattr          171 fs/orangefs/xattr.c 				     (char *)new_op->upcall.req.getxattr.key);
getxattr          188 fs/orangefs/xattr.c 	length = new_op->downcall.resp.getxattr.val_sz;
getxattr          206 fs/orangefs/xattr.c 	memcpy(buffer, new_op->downcall.resp.getxattr.val, length);
getxattr          213 fs/orangefs/xattr.c 		upcall.req.getxattr.key,
getxattr          215 fs/orangefs/xattr.c 		upcall.req.getxattr.key_sz,
getxattr          566 fs/xattr.c     	error = getxattr(path.dentry, name, value, size);
getxattr          575 fs/xattr.c     SYSCALL_DEFINE4(getxattr, const char __user *, pathname,
getxattr          596 fs/xattr.c     	error = getxattr(f.file->f_path.dentry, name, value, size);