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

/freebsd-11-stable/sys/sys/
H A Dfile.h126 struct fileops { struct
170 struct fileops *f_ops; /* File operations */
226 extern struct fileops vnops;
227 extern struct fileops badfileops;
228 extern struct fileops socketops;
258 void finit(struct file *, u_int, short, void *, struct fileops *);
H A Dpipe.h60 extern struct fileops pipeops;
H A Dmman.h244 extern struct fileops shm_ops;
/freebsd-11-stable/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-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h48 extern struct fileops linuxfileops;
/freebsd-11-stable/sys/dev/streams/
H A Dstreams.c90 static struct fileops svr4_netops;
140 bcopy(&socketops, &svr4_netops, sizeof(struct fileops));
/freebsd-11-stable/sys/kern/
H A Dsys_procdesc.c102 static struct fileops procdesc_ops = {
H A Dtty_pts.c600 static struct fileops ptsdev_ops = {
H A Duipc_sem.c138 static struct fileops ksem_ops = {
H A Dsys_socket.c101 struct fileops socketops = {
H A Duipc_shm.c130 struct fileops shm_ops = {
H A Duipc_mqueue.c223 static struct fileops mqueueops;
2642 static struct fileops mqueueops = {
H A Dsys_pipe.c160 struct fileops pipeops = {
H A Dkern_descrip.c2454 finit(struct file *fp, u_int flag, short type, void *data, struct fileops *ops)
4045 struct fileops badfileops = {
H A Dvfs_vnops.c104 struct fileops vnops = {
H A Dkern_event.c122 static struct fileops kqueueops = {
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c135 static struct fileops eventfdops = {
176 static struct fileops timerfdops = {
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vnops.c69 static struct fileops devfs_ops_f;
1855 static struct fileops devfs_ops_f = {
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c314 static struct fileops cryptofops = {
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1739 struct fileops linuxfileops = {
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_alloc.c2803 static struct fileops *origops, bufferedops;

Completed in 317 milliseconds