Searched refs:dx_probe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | namei.c | 302 static struct dx_frame *dx_probe(struct ext4_filename *fname, 775 * dx_probe can return ERR_BAD_DX_DIR, which means there was a format 777 * searching the directory normally. The callers of dx_probe **MUST** 782 dx_probe(struct ext4_filename *fname, struct inode *dir, in dx_probe() function 1168 frame = dx_probe(NULL, dir, &hinfo, frames); in ext4_htree_fill_tree() 1691 frame = dx_probe(fname, dir, NULL, frames); in ext4_dx_find_entry() 2242 /* Initialize as for dx_probe */ in make_indexed_dir() 2420 frame = dx_probe(fname, dir, NULL, frames); in ext4_dx_add_entry() 2570 * repeat dx_probe() to find out valid htree-path in ext4_dx_add_entry()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 303 static struct dx_frame *dx_probe(struct ext4_filename *fname, 802 * dx_probe can return ERR_BAD_DX_DIR, which means there was a format 804 * searching the directory normally. The callers of dx_probe **MUST** 809 dx_probe(struct ext4_filename *fname, struct inode *dir, in dx_probe() function 1226 frame = dx_probe(NULL, dir, &hinfo, frames); in ext4_htree_fill_tree() 1790 frame = dx_probe(fname, dir, NULL, frames); in ext4_dx_find_entry() 2314 /* Initialize as for dx_probe */ in make_indexed_dir() 2501 frame = dx_probe(fname, dir, NULL, frames); in ext4_dx_add_entry() 2653 * repeat dx_probe() to find out valid htree-path in ext4_dx_add_entry()
|
Completed in 11 milliseconds