Searched refs:dx_probe (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ext4/
H A Dnamei.c303 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, function
1226 frame = dx_probe(NULL, dir, &hinfo, frames);
1789 frame = dx_probe(fname, dir, NULL, frames);
2312 /* Initialize as for dx_probe */
2497 frame = dx_probe(fname, dir, NULL, frames);
2649 * repeat dx_probe() to find out valid htree-path

Completed in 103 milliseconds