Home
last modified time | relevance | path

Searched refs:fst_inode (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Ddir.c1562 struct inode *fst_inode = d_inode(old_dentry); in ubifs_xrename() local
1568 ubifs_assert(c, fst_inode && snd_inode); in ubifs_xrename()
1587 fst_inode->i_ctime = time; in ubifs_xrename()
1593 if (S_ISDIR(fst_inode->i_mode) && !S_ISDIR(snd_inode->i_mode)) { in ubifs_xrename()
1597 else if (!S_ISDIR(fst_inode->i_mode) && S_ISDIR(snd_inode->i_mode)) { in ubifs_xrename()
1603 err = ubifs_jnl_xrename(c, old_dir, fst_inode, &fst_nm, new_dir, in ubifs_xrename()
H A Djournal.c1039 * @fst_inode: 1st inode to exchange
1052 const struct inode *fst_inode, in ubifs_jnl_xrename()
1097 dent1->inum = cpu_to_le64(fst_inode->i_ino); in ubifs_jnl_xrename()
1098 dent1->type = get_dent_type(fst_inode->i_mode); in ubifs_jnl_xrename()
1051 ubifs_jnl_xrename(struct ubifs_info *c, const struct inode *fst_dir, const struct inode *fst_inode, const struct fscrypt_name *fst_nm, const struct inode *snd_dir, const struct inode *snd_inode, const struct fscrypt_name *snd_nm, int sync) ubifs_jnl_xrename() argument
H A Dubifs.h1779 const struct inode *fst_inode,
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddir.c1554 struct inode *fst_inode = d_inode(old_dentry); in ubifs_xrename() local
1559 ubifs_assert(c, fst_inode && snd_inode); in ubifs_xrename()
1567 old_dentry, fst_inode->i_ino, old_dir->i_ino, in ubifs_xrename()
1589 if (S_ISDIR(fst_inode->i_mode) && !S_ISDIR(snd_inode->i_mode)) { in ubifs_xrename()
1593 else if (!S_ISDIR(fst_inode->i_mode) && S_ISDIR(snd_inode->i_mode)) { in ubifs_xrename()
1599 err = ubifs_jnl_xrename(c, old_dir, fst_inode, &fst_nm, new_dir, in ubifs_xrename()
H A Djournal.c1039 * @fst_inode: 1st inode to exchange
1052 const struct inode *fst_inode, in ubifs_jnl_xrename()
1097 dent1->inum = cpu_to_le64(fst_inode->i_ino); in ubifs_jnl_xrename()
1098 dent1->type = get_dent_type(fst_inode->i_mode); in ubifs_jnl_xrename()
1051 ubifs_jnl_xrename(struct ubifs_info *c, const struct inode *fst_dir, const struct inode *fst_inode, const struct fscrypt_name *fst_nm, const struct inode *snd_dir, const struct inode *snd_inode, const struct fscrypt_name *snd_nm, int sync) ubifs_jnl_xrename() argument
H A Dubifs.h1808 const struct inode *fst_inode,

Completed in 16 milliseconds