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
1698 * @host: host inode
1707 int ubifs_jnl_delete_xattr(struct ubifs_info *c, const struct inode *host,
1715 int sync = IS_DIRSYNC(host);
1716 struct ubifs_inode *host_ui = ubifs_inode(host);
1745 xent_key_init(c, &xent_key, host->i_ino, nm);
1758 pack_inode(c, ino, host, 1);
1765 ubifs_wbuf_add_ino_nolock(&c->jheads[BASEHD].wbuf, host->i_ino);
1794 /* And update TNC with the new host inode position */
1795 ino_key_init(c, &key1, host->i_ino);
1820 * @host: host inode
1823 * the host inode to the journal (to the base head). The host inode is written
1830 const struct inode *host)
1833 struct ubifs_inode *host_ui = ubifs_inode(host);
1836 int sync = IS_DIRSYNC(host);
1840 dbg_jnl("ino %lu, ino %lu", host->i_ino, inode->i_ino);
1860 pack_inode(c, ino, host, 0);
1873 ubifs_wbuf_add_ino_nolock(wbuf, host->i_ino);
1882 ino_key_init(c, &key, host->i_ino);