Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Dinlinedata.rst30 entries; see ``struct ext4_dir_entry``. If there is a “system.data”
32 ``struct ext4_dir_entry`` as well. Note that for inline directories, the
Ddirectory.rst30 ``struct ext4_dir_entry``.
32 The original directory entry format is ``struct ext4_dir_entry``, which
125 ``struct ext4_dir_entry`` is placed at the end of each leaf block to
/kernel/linux/linux-5.10/fs/ext4/
Dnamei.c99 struct ext4_dir_entry *dirent);
125 struct ext4_dir_entry *dirent; in __ext4_read_dirblock()
156 dirent = (struct ext4_dir_entry *) bh->b_data; in __ext4_read_dirblock()
344 struct ext4_dir_entry *d, *top; in get_dirent_tail()
346 d = (struct ext4_dir_entry *)bh->b_data; in get_dirent_tail()
347 top = (struct ext4_dir_entry *)(bh->b_data + in get_dirent_tail()
351 d = (struct ext4_dir_entry *)(((void *)d) + in get_dirent_tail()
438 struct ext4_dir_entry *dirent, in get_dx_countlimit()
441 struct ext4_dir_entry *dp; in get_dx_countlimit()
448 dp = (struct ext4_dir_entry *)(((void *)dirent) + 12); in get_dx_countlimit()
[all …]
Dext4.h2182 struct ext4_dir_entry { struct