Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfile.h134 struct fileops { struct
135 fo_rdwr_t *fo_read;
136 fo_rdwr_t *fo_write;
138 fo_ioctl_t *fo_ioctl;
139 fo_poll_t *fo_poll;
141 fo_stat_t *fo_stat;
142 fo_close_t *fo_close;
143 fo_chmod_t *fo_chmod;
144 fo_chown_t *fo_chown;
146 fo_seek_t *fo_seek;
[all …]
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_test.c178 static const struct file_operations fileops = { in xz_dec_test_init() local