Searched refs:ocfs2_mark_inode_dirty (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | inode.h | 136 int ocfs2_mark_inode_dirty(handle_t *handle,
|
| H A D | namei.c | 1005 status = ocfs2_mark_inode_dirty(handle, dir, parent_node_bh); in ocfs2_unlink() 1618 ocfs2_mark_inode_dirty(handle, old_dir, old_dir_bh); in ocfs2_rename() 1621 ocfs2_mark_inode_dirty(handle, new_inode, newfe_bh); in ocfs2_rename() 1633 ocfs2_mark_inode_dirty(handle, new_dir, new_dir_bh); in ocfs2_rename() 1994 status = ocfs2_mark_inode_dirty(handle, inode, new_fe_bh); in ocfs2_symlink()
|
| H A D | inode.c | 628 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_truncate_for_delete() 1301 int ocfs2_mark_inode_dirty(handle_t *handle, in ocfs2_mark_inode_dirty() function
|
| H A D | file.c | 303 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_set_inode_size() 1274 status = ocfs2_mark_inode_dirty(handle, inode, bh); in ocfs2_setattr() 2060 ret = ocfs2_mark_inode_dirty(handle, inode, di_bh); in __ocfs2_change_file_space()
|
| H A D | ioctl.c | 130 status = ocfs2_mark_inode_dirty(handle, inode, bh); in ocfs2_fileattr_set()
|
| H A D | dir.c | 1680 retval = ocfs2_mark_inode_dirty(handle, dir, parent_fe_bh); in __ocfs2_add_entry() 2229 ret = ocfs2_mark_inode_dirty(handle, inode, di_bh); in ocfs2_fill_new_dir_id() 2290 status = ocfs2_mark_inode_dirty(handle, inode, fe_bh); in ocfs2_fill_new_dir_el() 3335 status = ocfs2_mark_inode_dirty(handle, dir, parent_fe_bh); in ocfs2_extend_dir()
|
| H A D | quota_global.c | 294 ocfs2_mark_inode_dirty(handle, gqinode, oinfo->dqi_gqi_bh); in ocfs2_quota_write()
|
| H A D | ocfs2_trace.h | 1591 DEFINE_OCFS2_ULL_EVENT(ocfs2_mark_inode_dirty);
|
| H A D | refcounttree.c | 4473 ret = ocfs2_mark_inode_dirty(handle, dest, d_bh); in ocfs2_reflink_update_dest()
|