Home
last modified time | relevance | path

Searched refs:foundtype (Results 1 – 2 of 2) sorted by relevance

/fs/ext4/
A Dext4_common.h57 struct ext2fs_node **currfound, int *foundtype);
A Dext4_common.c2188 struct ext2fs_node **currfound, int *foundtype) in ext4fs_find_file1() argument
2278 *foundtype = type; in ext4fs_find_file1()
2290 int foundtype = FILETYPE_DIRECTORY; in ext4fs_find_file() local
2296 status = ext4fs_find_file1(path, rootnode, foundnode, &foundtype); in ext4fs_find_file()
2301 if ((expecttype == FILETYPE_REG) && (foundtype != expecttype)) in ext4fs_find_file()
2304 && (foundtype != expecttype)) in ext4fs_find_file()

Completed in 6 milliseconds