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

/freebsd-11-stable/sys/ufs/ufs/
H A Ddirhash.h120 doff_t ufsdirhash_findfree(struct inode *, int, int *);
H A Dufs_dirhash.c703 ufsdirhash_findfree(struct inode *ip, int slotneeded, int *slotsize) function
713 ("ufsdirhash_findfree: Invalid dirhash %p\n", dh));
726 ("ufsdirhash_findfree: bad stats"));
767 panic("ufsdirhash_findfree: free mismatch");
H A Dufs_lookup.c290 slotoffset = ufsdirhash_findfree(dp, slotneeded,

Completed in 66 milliseconds