Home
last modified time | relevance | path

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

/linux-4.4.14/fs/afs/
Ddir.c74 #define AFS_DIRENT_PER_BLOCK 64 macro
113 union afs_dirent dirents[AFS_DIRENT_PER_BLOCK];
245 for (offset = AFS_DIRENT_PER_BLOCK - block->pagehdr.nentries; in afs_dir_iterate_block()
246 offset < AFS_DIRENT_PER_BLOCK; in afs_dir_iterate_block()
275 if (next >= AFS_DIRENT_PER_BLOCK) { in afs_dir_iterate_block()