Home
last modified time | relevance | path

Searched refs:ubifs_delete_orphan (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/ubifs/
H A Djournal.c811 ubifs_delete_orphan(c, inode->i_ino); in ubifs_jnl_update()
838 ubifs_delete_orphan(c, inode->i_ino); in ubifs_jnl_update()
1081 ubifs_delete_orphan(c, inode->i_ino); in ubifs_jnl_write_inode()
1165 ubifs_delete_orphan(c, inode->i_ino); in ubifs_jnl_delete_inode()
1578 ubifs_delete_orphan(c, whiteout->i_ino); in ubifs_jnl_rename()
1603 ubifs_delete_orphan(c, new_inode->i_ino); in ubifs_jnl_rename()
H A Dorphan.c156 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum) in ubifs_delete_orphan() function
H A Dubifs.h1944 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum);
H A Ddir.c188 ubifs_delete_orphan(c, inode->i_ino); in ubifs_new_inode()