Searched refs:ubifs_jnl_update (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/ubifs/
H A Dubifs.h1804 int ubifs_jnl_update(struct ubifs_info *c, const struct inode *dir,
H A Djournal.c43 * All the journal write operations like 'ubifs_jnl_update()' here, which write
639 * ubifs_jnl_update - update inode.
665 int ubifs_jnl_update(struct ubifs_info *c, const struct inode *dir, function
1113 * 'ubifs_jnl_update()' function writes a corresponding deletion inode and
1117 * a commit happened between 'ubifs_jnl_update()' and
1125 * However, if there was no commit between 'ubifs_jnl_update()' and
H A Ddir.c328 err = ubifs_jnl_update(c, dir, &nm, inode, 0, 0);
482 err = ubifs_jnl_update(c, dir, &nm, inode, 1, 0);
774 err = ubifs_jnl_update(c, dir, &nm, inode, 0, 0);
849 err = ubifs_jnl_update(c, dir, &nm, inode, 1, 0);
953 err = ubifs_jnl_update(c, dir, &nm, inode, 1, 0);
1028 err = ubifs_jnl_update(c, dir, &nm, inode, 0, 0);
1120 err = ubifs_jnl_update(c, dir, &nm, inode, 0, 0);
1223 err = ubifs_jnl_update(c, dir, &nm, inode, 0, 0);
H A Dxattr.c152 err = ubifs_jnl_update(c, host, nm, inode, 0, 1);

Completed in 209 milliseconds