Home
last modified time | relevance | path

Searched refs:fo_cmp (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/sys/
H A Dfile.h169 fo_cmp_t *fo_cmp; member
518 fo_cmp(struct file *fp1, struct file *fp2, struct thread *td) in fo_cmp() function
521 if (fp1->f_ops->fo_cmp == NULL) in fo_cmp()
523 return ((*fp1->f_ops->fo_cmp)(fp1, fp2, td)); in fo_cmp()
/freebsd/sys/kern/
H A Dsys_eventfd.c78 .fo_cmp = file_kcmp_generic,
H A Dkern_jaildesc.c70 .fo_cmp = jaildesc_cmp,
H A Dsys_procdesc.c113 .fo_cmp = procdesc_cmp,
H A Dsys_timerfd.c374 .fo_cmp = file_kcmp_generic,
H A Dtty_pts.c614 .fo_cmp = file_kcmp_generic,
H A Dsys_socket.c115 .fo_cmp = file_kcmp_generic,
H A Duipc_sem.c156 .fo_cmp = file_kcmp_generic,
H A Dvfs_inotify.c103 .fo_cmp = file_kcmp_generic,
H A Dsys_pipe.c169 .fo_cmp = file_kcmp_generic,
H A Duipc_shm.c173 .fo_cmp = file_kcmp_generic,
H A Dsys_generic.c2193 res = fo_cmp(fp1, fp2, td); in kern_kcmp()
H A Duipc_mqueue.c2698 .fo_cmp = file_kcmp_generic,
H A Dkern_event.c151 .fo_cmp = file_kcmp_generic,
H A Dvfs_vnops.c124 .fo_cmp = vn_cmp,
H A Dkern_descrip.c5555 .fo_cmp = vn_cmp,
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c2095 .fo_cmp = devfs_cmp_f,
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1811 .fo_cmp = linux_file_kcmp,