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

/netbsd-6-1-5-RELEASE/sys/fs/efs/
H A Defs_dir.h37 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
H A Defs_subr.c263 * Given an efs_dirblk structure and a componentname to search for, return the
269 efs_dirblk_lookup(struct efs_dirblk *dir, struct componentname *cn,
304 * componentname within its efs_dirblk's. If it is found, return the
313 struct efs_dirblk *db;
329 db = (struct efs_dirblk *)bp->b_data;
H A Defs_vnops.c320 struct efs_dirblk *db;
353 db = (struct efs_dirblk *)bp->b_data;

Completed in 64 milliseconds