Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/tmpfs/
Dtmpfs_subr.c93 static __inline int tmpfs_dirtree_cmp(struct tmpfs_dirent *a,
95 RB_PROTOTYPE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
1846 tmpfs_dirtree_cmp(struct tmpfs_dirent *a, struct tmpfs_dirent *b) in tmpfs_dirtree_cmp() function
1855 RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);