Searched refs:fileops (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | file.h | 134 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 D | pipe.h | 60 extern struct fileops pipeops;
|
| H A D | mman.h | 313 extern struct fileops shm_ops;
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_test.c | 178 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 D | sys_eventfd.c | 71 static struct fileops eventfdops = {
|
| H A D | sys_procdesc.c | 103 static struct fileops procdesc_ops = {
|
| H A D | tty_pts.c | 609 static struct fileops ptsdev_ops = {
|
| H A D | sys_socket.c | 105 struct fileops socketops = {
|
| H A D | uipc_sem.c | 145 static struct fileops ksem_ops = {
|
| H A D | uipc_mqueue.c | 232 static struct fileops mqueueops; 2662 static struct fileops mqueueops = {
|
| H A D | kern_descrip.c | 2857 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 D | sys_pipe.c | 160 struct fileops pipeops = {
|
| H A D | uipc_shm.c | 151 struct fileops shm_ops = {
|
| H A D | kern_event.c | 133 static struct fileops kqueueops = {
|
| H A D | vfs_vnops.c | 110 struct fileops vnops = {
|