Searched refs:BFS_DIRENT_SIZE (Results 1 – 2 of 2) sorted by relevance
37 if (ctx->pos & (BFS_DIRENT_SIZE - 1)) { in bfs_readdir()63 offset += BFS_DIRENT_SIZE; in bfs_readdir()64 ctx->pos += BFS_DIRENT_SIZE; in bfs_readdir()289 for (off = 0; off < BFS_BSIZE; off += BFS_DIRENT_SIZE) { in bfs_add_entry()294 dir->i_size += BFS_DIRENT_SIZE; in bfs_add_entry()344 offset += BFS_DIRENT_SIZE; in bfs_find_entry()
42 #define BFS_DIRENT_SIZE 16 macro