Searched refs:ubifs_jnl_delete_inode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | ubifs.h | 1777 int ubifs_jnl_delete_inode(struct ubifs_info *c, const struct inode *inode);
|
H A D | journal.c | 977 * ubifs_jnl_delete_inode - delete an inode. 991 * 'ubifs_jnl_delete_inode()', the deletion inode is not in the journal 999 * 'ubifs_jnl_delete_inode()', then there is no need to write the deletion 1005 int ubifs_jnl_delete_inode(struct ubifs_info *c, const struct inode *inode) in ubifs_jnl_delete_inode() function
|
H A D | super.c | 376 err = ubifs_jnl_delete_inode(c, inode); in ubifs_evict_inode()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | ubifs.h | 1806 int ubifs_jnl_delete_inode(struct ubifs_info *c, const struct inode *inode);
|
H A D | super.c | 376 err = ubifs_jnl_delete_inode(c, inode); in ubifs_evict_inode()
|
H A D | journal.c | 977 * ubifs_jnl_delete_inode - delete an inode. 991 * 'ubifs_jnl_delete_inode()', the deletion inode is not in the journal 999 * 'ubifs_jnl_delete_inode()', then there is no need to write the deletion 1005 int ubifs_jnl_delete_inode(struct ubifs_info *c, const struct inode *inode) in ubifs_jnl_delete_inode() function
|
Completed in 16 milliseconds