Searched refs:iov (Results 1 – 3 of 3) sorted by relevance
/Documentation/lguest/ |
D | lguest.c | 192 #define convert(iov, type) \ argument 193 ((type *)_convert((iov), sizeof(type), __alignof__(type), #type)) 195 static void *_convert(struct iovec *iov, size_t size, size_t align, in _convert() argument 198 if (iov->iov_len != size) in _convert() 199 errx(1, "Bad iovec size %zu for %s", iov->iov_len, name); in _convert() 200 if ((unsigned long)iov->iov_base % align != 0) in _convert() 201 errx(1, "Bad alignment %p for %s", iov->iov_base, name); in _convert() 202 return iov->iov_base; in _convert() 218 static bool iov_empty(const struct iovec iov[], unsigned int num_iov) in iov_empty() argument 223 if (iov[i].iov_len) in iov_empty() [all …]
|
/Documentation/filesystems/ |
D | Locking | 173 int (*direct_IO)(int, struct kiocb *, const struct iovec *iov,
|
D | vfs.txt | 533 ssize_t (*direct_IO)(int, struct kiocb *, const struct iovec *iov,
|