Home
last modified time | relevance | path

Searched defs:fileops (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dfile.h136 struct fileops { struct
137 fo_rdwr_t *fo_read;
138 fo_rdwr_t *fo_write;
140 fo_ioctl_t *fo_ioctl;
141 fo_poll_t *fo_poll;
143 fo_stat_t *fo_stat;
144 fo_close_t *fo_close;
145 fo_chmod_t *fo_chmod;
148 fo_seek_t *fo_seek;
150 fo_mmap_t *fo_mmap;
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_test.c178 static const struct file_operations fileops = { in xz_dec_test_init() local