Lines Matching defs:host
514 * @dir: parent inode or host inode in case of extended attributes
522 * host inode) to the journal.
524 * The function writes the host inode @dir last, which is important in case of
525 * extended attributes. Indeed, then we guarantee that if the host inode gets
528 * user expects - synchronizing the host inode synchronizes its extended
1708 * @host: host inode
1717 int ubifs_jnl_delete_xattr(struct ubifs_info *c, const struct inode *host,
1725 int sync = IS_DIRSYNC(host);
1726 struct ubifs_inode *host_ui = ubifs_inode(host);
1755 xent_key_init(c, &xent_key, host->i_ino, nm);
1768 pack_inode(c, ino, host, 1);
1775 ubifs_wbuf_add_ino_nolock(&c->jheads[BASEHD].wbuf, host->i_ino);
1804 /* And update TNC with the new host inode position */
1805 ino_key_init(c, &key1, host->i_ino);
1830 * @host: host inode
1833 * the host inode to the journal (to the base head). The host inode is written
1840 const struct inode *host)
1843 struct ubifs_inode *host_ui = ubifs_inode(host);
1846 int sync = IS_DIRSYNC(host);
1850 dbg_jnl("ino %lu, ino %lu", host->i_ino, inode->i_ino);
1870 pack_inode(c, ino, host, 0);
1883 ubifs_wbuf_add_ino_nolock(wbuf, host->i_ino);
1892 ino_key_init(c, &key, host->i_ino);