Searched refs:fileops (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dfile.h115 struct fileops { struct
158 struct fileops *f_ops; /* File operations */
214 extern struct fileops vnops;
215 extern struct fileops badfileops;
216 extern struct fileops socketops;
251 void finit(struct file *, u_int, short, void *, struct fileops *);
H A Dpipe.h60 extern struct fileops pipeops;
/freebsd-10.1-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_test.c178 static const struct file_operations fileops = { local
189 device_major = register_chrdev(0, DEVICE_NAME, &fileops);
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dfile.h44 extern struct fileops linuxfileops;
H A Dlinux_compat.c571 struct fileops linuxfileops = {
/freebsd-10.1-release/sys/dev/streams/
H A Dstreams.c90 static struct fileops svr4_netops = {
/freebsd-10.1-release/sys/kern/
H A Dsys_socket.c58 struct fileops socketops = {
H A Dsys_procdesc.c105 static struct fileops procdesc_ops = {
H A Dtty_pts.c591 static struct fileops ptsdev_ops = {
H A Duipc_sem.c141 static struct fileops ksem_ops = {
H A Duipc_shm.c133 static struct fileops shm_ops = {
H A Duipc_mqueue.c220 static struct fileops mqueueops;
2603 static struct fileops mqueueops = {
H A Dsys_pipe.c156 struct fileops pipeops = {
H A Dkern_descrip.c2346 finit(struct file *fp, u_int flag, short type, void *data, struct fileops *ops)
4019 struct fileops badfileops = {
H A Dkern_event.c119 static struct fileops kqueueops = {
H A Dvfs_vnops.c93 struct fileops vnops = {
/freebsd-10.1-release/sys/fs/devfs/
H A Ddevfs_vnops.c67 static struct fileops devfs_ops_f;
1690 static struct fileops devfs_ops_f = {
/freebsd-10.1-release/sys/opencrypto/
H A Dcryptodev.c296 static struct fileops cryptofops = {
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_alloc.c2714 static struct fileops *origops, bufferedops;

Completed in 354 milliseconds