Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Djournal.c543 static int get_dent_type(int mode) in get_dent_type() function
730 dent->type = get_dent_type(inode->i_mode); in ubifs_jnl_update()
1230 dent1->type = get_dent_type(fst_inode->i_mode); in ubifs_jnl_xrename()
1246 dent2->type = get_dent_type(snd_inode->i_mode); in ubifs_jnl_xrename()
1422 dent->type = get_dent_type(old_inode->i_mode); in ubifs_jnl_rename()
1439 dent2->type = get_dent_type(whiteout->i_mode); in ubifs_jnl_rename()
1895 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()