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

  /src/sys/fs/efs/
efs_dir.h 40 uint8_t db_slots; /* total number of entry offsets */ member in struct:efs_dirblk
68 * db_space[db_slots] |_______________________| _
77 * by 'db_slots'. Unused slots in the middle of the array are zeroed.
82 * 'db_slots'.
87 * and 'db_slots' is incremented. The space for the directory entry is
93 * array), it is coalesced into the free space region and 'db_slots' is
123 * 'db_slots' (directory entry offset array size) can be no larger
efs_subr.c 280 for (i = 0; i < dir->db_slots; i++) {
293 if (i == dir->db_slots)
efs_vnops.c 350 for (j = 0; j < db->db_slots; j++) {

Completed in 30 milliseconds