Searched refs:fileops (Results 1 – 25 of 25) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | file.h | 149 struct fileops { struct 205 const struct fileops *f_ops; /* File operations */ 267 extern const struct fileops vnops; 268 extern const struct fileops badfileops; 269 extern const struct fileops path_fileops; 270 extern const struct fileops socketops; 305 void finit(struct file *, u_int, short, void *, const struct fileops *); 306 void finit_vnode(struct file *, u_int, void *, const struct fileops *);
|
| H A D | pipe.h | 55 extern const struct fileops pipeops;
|
| H A D | mman.h | 317 extern const struct fileops shm_ops;
|
| /freebsd/sys/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()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | file.h | 51 extern const struct fileops linuxfileops;
|
| /freebsd/sys/dev/ntsync/ |
| H A D | ntsync.c | 270 ntsync_create_obj(struct ntsync_obj *obj, struct fileops *fops, in ntsync_create_obj() 505 struct fileops ntsync_sem_fops = { 813 struct fileops ntsync_mutex_fops = { 1102 struct fileops ntsync_event_fops = {
|
| /freebsd/sys/kern/ |
| H A D | sys_eventfd.c | 65 static const struct fileops eventfdops = {
|
| H A D | kern_jaildesc.c | 57 static const struct fileops jaildesc_ops = {
|
| H A D | sys_procdesc.c | 100 static const struct fileops procdesc_ops = {
|
| H A D | sys_timerfd.c | 371 static const struct fileops timerfdops = {
|
| H A D | tty_pts.c | 601 static const struct fileops ptsdev_ops = {
|
| H A D | kern_descrip.c | 2581 const struct fileops *ops; in fdcopy() 2614 const struct fileops *ops; in fdcopy() 3054 const struct fileops *ops) in finit() 3063 finit_vnode(struct file *fp, u_int flag, void *data, const struct fileops *ops) in finit_vnode() 5539 const struct fileops badfileops = { 5570 const struct fileops path_fileops = {
|
| H A D | sys_socket.c | 100 const struct fileops socketops = {
|
| H A D | uipc_sem.c | 143 static const struct fileops ksem_ops = {
|
| H A D | vfs_inotify.c | 90 static const struct fileops inotifyfdops = {
|
| H A D | uipc_mqueue.c | 233 static const struct fileops mqueueops; 2684 static const struct fileops mqueueops = {
|
| H A D | sys_pipe.c | 156 const struct fileops pipeops = {
|
| H A D | uipc_shm.c | 154 const struct fileops shm_ops = {
|
| H A D | kern_event.c | 139 static const struct fileops kqueueops = {
|
| H A D | vfs_vnops.c | 107 const struct fileops vnops = {
|
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs.h | 666 extern struct fileops tmpfs_fnops;
|
| H A D | tmpfs_vfsops.c | 700 memcpy(&tmpfs_fnops, &vnops, sizeof(struct fileops)); in tmpfs_init()
|
| H A D | tmpfs_vnops.c | 289 struct fileops tmpfs_fnops;
|
| /freebsd/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 69 static const struct fileops devfs_ops_f; 2080 static const struct fileops devfs_ops_f = {
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1802 const struct fileops linuxfileops = {
|