File: sync.h

package info (click to toggle)
linux 6.19~rc6-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,759,396 kB
  • sloc: ansic: 27,001,826; asm: 273,393; sh: 151,093; python: 81,278; makefile: 58,529; perl: 34,311; xml: 21,064; cpp: 5,984; yacc: 4,841; lex: 2,901; awk: 1,707; sed: 30; ruby: 25
file content (10 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0

int io_sfr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
int io_sync_file_range(struct io_kiocb *req, unsigned int issue_flags);

int io_fsync_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
int io_fsync(struct io_kiocb *req, unsigned int issue_flags);

int io_fallocate(struct io_kiocb *req, unsigned int issue_flags);
int io_fallocate_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);