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

/linux-master/fs/ubifs/
H A Djournal.c540 * get_dent_type - translate VFS inode mode to UBIFS directory entry type.
543 static int get_dent_type(int mode) function
729 dent->type = get_dent_type(inode->i_mode);
1225 dent1->type = get_dent_type(fst_inode->i_mode);
1241 dent2->type = get_dent_type(snd_inode->i_mode);
1416 dent->type = get_dent_type(old_inode->i_mode);
1433 dent2->type = get_dent_type(whiteout->i_mode);
1886 xent->type = get_dent_type(inode->i_mode);
H A Ddebug.c68 static const char *get_dent_type(int type) function
282 get_dent_type(dent->type),

Completed in 125 milliseconds