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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c61 static int hfs_isordered(struct cnode *, struct cnode *);
1858 hfs_isordered(struct cnode *cp1, struct cnode *cp2) function
1893 if (hfs_isordered(cp1, cp2)) {
1898 if (hfs_isordered(cp3, cp4)) {
1910 tmp = hfs_isordered(a[i], b[j]) ? a[i++] : b[j++];

Completed in 16 milliseconds