LLSEEK

Section: ������ ���α׷��� �Ŵ��� (2)
Updated: 1995�� 6�� 10��
Index
Return to Main Contents
 

NAME

_llseek - �б�/���� ���� ����(offset)�� ���ġ�Ѵ�.  

SYNOPSIS

#include <unistd.h>

#include <linux/unistd.h>

_syscall5(int, _llseek, uint, fd, ulong, hi, ulong, lo, loff_t *, res, uint, wh);

int _llseek(unsigned int fd, unsigned long offset_high, unsigned long offset_low, loff_t * result, unsigned int whence);  

DESCRIPTION

_llseek �Լ��� ���� ���� Ȥ�� whence �� SEEK_SET, SEEK_CUR, SEEK_END, �� ���� ������ �޴� ������ ���κа� ���õ� (offset_high<<32) | offset_low ����Ʈ�� ���� ��ũ���� fd �� ����(offset)�� ���ġ�Ѵ�. �μ� result �� ��� ���� ��ġ�� ��ȯ�Ѵ�.  

RETURN VALUE

������ _llseek �� 0�� ��ȯ�Ѵ�. �� �ܿ��� -1�� ��ȯ�ϰ� errno �� ������ �����ϱ� ���� �����ȴ�.  

ERRORS

EBADF
fd �� ���Ͽ��� ��ũ���Ͱ� �ƴϴ�.
EINVAL
whence �� ��ȿ���� �ʴ�.
 

CONFORMING TO

�� �Լ��� ������������ ���̸�, �ٸ� ���α׷����� �������� �ȵȴ�.  

BUGS

ext2 ���Ͻý����� 2GB�̻��� ������ �������� �ʴ´�.  

SEE ALSO

lseek(2)  

����

ASPLINUX<man@asp-linux.co.kr>, 2000�� 7�� 27��


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
CONFORMING TO
BUGS
SEE ALSO
����

This document was created by man2html, using the manual pages.
Time: 08:07:00 GMT, March 25, 2004