Home
last modified time | relevance | path

Searched refs:_open_file (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/
H A Dseekflood.c43 _open_file(int n, int wr) in _open_file() function
125 int fd = _open_file(0, 1); in main()
136 rfd = _open_file(h, 0); in main()
137 wfd = _open_file(i, 1); in main()
144 rfd = _open_file(i, 0); in main()
145 wfd = _open_file(j, 1); in main()