Searched refs:dirents (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | dir_edit.c | 133 de = &block->dirents[d]; in afs_dir_scan_block() 311 de = &block->dirents[slot]; in afs_edit_dir_add() 444 de = &block->dirents[slot]; in afs_edit_dir_remove()
|
| H A D | xdr_fs.h | 89 union afs_xdr_dirent dirents[AFS_DIR_SLOTS_PER_BLOCK]; member
|
| H A D | dir.c | 379 dire = &block->dirents[offset]; in afs_dir_iterate_block()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch | 478 - - ARRAY_SIZE (node->dirents)) 479 - * sizeof (node->dirents[0]))); 483 + grub_sub (node->alloc_dirents, ARRAY_SIZE (node->dirents), &sz) || 484 + grub_mul (sz, sizeof (node->dirents[0]), &sz) || 496 * sizeof (node->dirents[0]) < grub_strlen (ctx.symlink) + 1) 502 - - ARRAY_SIZE (node->dirents)) 503 - * sizeof (node->dirents[0])) 507 + if (grub_sub (node->alloc_dirents, ARRAY_SIZE (node->dirents), &sz) || 508 + grub_mul (sz, sizeof (node->dirents[0]), &sz) ||
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | hpfs.rst | 161 (one directory, if it's large, has dirents in tree on HPFS) must be replaced
|