Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\read_write.c Create Date:2022-07-28 20:01:26
Last Modify:2020-03-18 10:18:51 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:COMPAT_SYSCALL_DEFINE6

Proto:COMPAT_SYSCALL_DEFINE6(pwritev2, compat_ulong_t, fd, const struct compat_iovec __user *, vec, compat_ulong_t, vlen, unsigned int, pos_low, unsigned int, pos_high, rwf_t, flags)

Type:

Parameter:Nothing

1383  pos = pos_high << 32 | pos_low
1385  If pos == -1 Then Return do_compat_writev(fd, vec, vlen, flags)
1388  Return do_compat_pwritev64(fd, vec, vlen, pos, flags)