Searched refs:fileops (Results 1 – 22 of 22) sorted by relevance
| /freebsd-9-stable/sys/sys/ |
| D | file.h | 110 struct fileops { struct 150 struct fileops *f_ops; /* File operations */ 210 extern struct fileops vnops; 211 extern struct fileops badfileops; 212 extern struct fileops socketops; 244 void finit(struct file *, u_int, short, void *, struct fileops *);
|
| /freebsd-9-stable/sys/contrib/xz-embedded/linux/lib/xz/ |
| 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-9-stable/sys/ofed/include/linux/ |
| D | file.h | 44 extern struct fileops linuxfileops;
|
| D | linux_compat.c | 574 struct fileops linuxfileops = {
|
| /freebsd-9-stable/sys/kern/ |
| D | sys_capability.c | 167 static struct fileops capability_ops = { 181 static struct fileops capability_ops_unpassable = {
|
| D | sys_socket.c | 58 struct fileops socketops = {
|
| D | sys_procdesc.c | 105 static struct fileops procdesc_ops = {
|
| D | tty_pts.c | 591 static struct fileops ptsdev_ops = {
|
| D | uipc_shm.c | 126 static struct fileops shm_ops = {
|
| D | uipc_sem.c | 141 static struct fileops ksem_ops = {
|
| D | uipc_mqueue.c | 219 static struct fileops mqueueops; 2588 static struct fileops mqueueops = {
|
| D | sys_pipe.c | 153 static struct fileops pipeops = {
|
| D | kern_descrip.c | 2321 finit(struct file *fp, u_int flag, short type, void *data, struct fileops *ops) in finit() 4004 struct fileops badfileops = {
|
| D | vfs_vnops.c | 91 struct fileops vnops = {
|
| D | kern_event.c | 118 static struct fileops kqueueops = {
|
| /freebsd-9-stable/sys/dev/streams/ |
| D | streams.c | 90 static struct fileops svr4_netops = {
|
| /freebsd-9-stable/sys/fs/fifofs/ |
| D | fifo_vnops.c | 66 struct fileops fifo_ops_f = {
|
| /freebsd-9-stable/sys/fs/devfs/ |
| D | devfs_vnops.c | 68 static struct fileops devfs_ops_f; 1693 static struct fileops devfs_ops_f = {
|
| /freebsd-9-stable/sys/opencrypto/ |
| D | cryptodev.c | 296 static struct fileops cryptofops = {
|
| /freebsd-9-stable/sys/ufs/ffs/ |
| D | ffs_alloc.c | 2720 static struct fileops *origops, bufferedops; in sysctl_ffs_fsck()
|
| /freebsd-9-stable/contrib/libstdc++/ |
| D | ChangeLog-1999 | 2702 * libio/fileops.c: Use _IO_seek_fpos_t and _IO_seek_off_t types 3468 * libio/Makefile.in: Add fileops.lo, genops.lo to objects to debug
|
| D | ChangeLog-2000 | 2782 * libio/fileops.c 2890 * libio/fileops.cc: Update to current glibc sources. 3250 * libio/[filedoalloc.c, fileops.c, genops.c, iolibio.h, libio.h,
|