Home
last modified time | relevance | path

Searched refs:ext4fs_update_parent_dentry (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/ext4/
H A Dext4_common.h63 int ext4fs_update_parent_dentry(char *filename, int file_type);
H A Dext4_write.c910 inodeno = ext4fs_update_parent_dentry(filename, FILETYPE_REG); in ext4fs_write()
H A Dext4_common.c472 int ext4fs_update_parent_dentry(char *filename, int file_type) in ext4fs_update_parent_dentry() function