Home
last modified time | relevance | path

Searched refs:vn_cmp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dvnode.h821 int vn_cmp(struct file *, struct file *, struct thread *td);
/freebsd/sys/kern/
H A Dvfs_vnops.c126 .fo_cmp = vn_cmp,
4262 vn_cmp(struct file *fp1, struct file *fp2, struct thread *td) in vn_cmp() function
H A Dkern_descrip.c5290 .fo_cmp = vn_cmp,