Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/afs/
H A Ddir_edit.c133 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 Dxdr_fs.h89 union afs_xdr_dirent dirents[AFS_DIR_SLOTS_PER_BLOCK]; member
H A Ddir.c379 dire = &block->dirents[offset]; in afs_dir_iterate_block()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch478 - - 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 Dhpfs.rst161 (one directory, if it's large, has dirents in tree on HPFS) must be replaced