Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfile.h134 struct fileops { struct
183 struct fileops *f_ops; /* File operations */
240 extern struct fileops vnops;
241 extern struct fileops badfileops;
242 extern struct fileops socketops;
271 void finit(struct file *, u_int, short, void *, struct fileops *);
272 void finit_vnode(struct file *, u_int, void *, struct fileops *);
H A Dpipe.h60 extern struct fileops pipeops;
H A Dmman.h313 extern struct fileops shm_ops;
/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
189 device_major = register_chrdev(0, DEVICE_NAME, &fileops); in xz_dec_test_init()
/f-stack/freebsd/kern/
H A Dsys_eventfd.c71 static struct fileops eventfdops = {
H A Dsys_procdesc.c103 static struct fileops procdesc_ops = {
H A Dtty_pts.c609 static struct fileops ptsdev_ops = {
H A Dsys_socket.c105 struct fileops socketops = {
H A Duipc_sem.c145 static struct fileops ksem_ops = {
H A Duipc_mqueue.c232 static struct fileops mqueueops;
2662 static struct fileops mqueueops = {
H A Dkern_descrip.c2857 finit(struct file *fp, u_int flag, short type, void *data, struct fileops *ops) in finit()
2866 finit_vnode(struct file *fp, u_int flag, void *data, struct fileops *ops) in finit_vnode()
4972 struct fileops badfileops = {
H A Dsys_pipe.c160 struct fileops pipeops = {
H A Duipc_shm.c151 struct fileops shm_ops = {
H A Dkern_event.c133 static struct fileops kqueueops = {
H A Dvfs_vnops.c110 struct fileops vnops = {