Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Djournal.c416 static int get_dent_type(int mode) in get_dent_type() function
602 dent->type = get_dent_type(inode->i_mode); in ubifs_jnl_update()
1098 dent1->type = get_dent_type(fst_inode->i_mode); in ubifs_jnl_xrename()
1114 dent2->type = get_dent_type(snd_inode->i_mode); in ubifs_jnl_xrename()
1289 dent->type = get_dent_type(old_inode->i_mode); in ubifs_jnl_rename()
1306 dent2->type = get_dent_type(whiteout->i_mode); in ubifs_jnl_rename()
1758 xent->type = get_dent_type(inode->i_mode); in ubifs_jnl_delete_xattr()
H A Ddebug.c68 static const char *get_dent_type(int type) in get_dent_type() function
282 get_dent_type(dent->type), in ubifs_dump_inode()
/openbmc/u-boot/fs/ubifs/
H A Ddebug.c77 static const char *get_dent_type(int type) in get_dent_type() function
290 count++, dent->name, get_dent_type(dent->type)); in ubifs_dump_inode()