HomeSort by: relevance | last modified time | path
    Searched refs:efs_dirblk (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/efs/
efs_dir.h 37 struct efs_dirblk { struct
45 * efs_dirblk structure (not db_space!). These are stored right
132 * Directory entry structure, which resides in efs_dirblk->space. Minimally
135 * The allocation within efs_dirblk->space must always be even, so the
efs_subr.c 264 * Given an efs_dirblk structure and a componentname to search for, return the
270 efs_dirblk_lookup(struct efs_dirblk *dir, struct componentname *cn,
305 * componentname within its efs_dirblk's. If it is found, return the
314 struct efs_dirblk *db;
329 db = (struct efs_dirblk *)bp->b_data;
efs_vnops.c 310 struct efs_dirblk *db;
342 db = (struct efs_dirblk *)bp->b_data;

Completed in 12 milliseconds