Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Djournal.c1043 * @snd_nm: name of 2nd inode to exchange
1056 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename()
1074 dlen1 = UBIFS_DENT_NODE_SZ + fname_len(snd_nm) + 1; in ubifs_jnl_xrename()
1096 dent_key_init_flash(c, &dent1->key, snd_dir->i_ino, snd_nm); in ubifs_jnl_xrename()
1099 dent1->nlen = cpu_to_le16(fname_len(snd_nm)); in ubifs_jnl_xrename()
1100 memcpy(dent1->name, fname_name(snd_nm), fname_len(snd_nm)); in ubifs_jnl_xrename()
1101 dent1->name[fname_len(snd_nm)] = '\0'; in ubifs_jnl_xrename()
1156 dent_key_init(c, &key, snd_dir->i_ino, snd_nm); in ubifs_jnl_xrename()
1157 err = ubifs_tnc_add_nm(c, &key, lnum, offs, dlen1, hash_dent1, snd_nm); 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
[all...]
H A Ddir.c1566 struct fscrypt_name fst_nm, snd_nm; in ubifs_xrename() local
1574 err = fscrypt_setup_filename(new_dir, &new_dentry->d_name, 0, &snd_nm); in ubifs_xrename()
1604 snd_inode, &snd_nm, sync); in ubifs_xrename()
1611 fscrypt_free_filename(&snd_nm); in ubifs_xrename()
H A Dubifs.h1783 const struct fscrypt_name *snd_nm, int sync);
/kernel/linux/linux-6.6/fs/ubifs/
H A Djournal.c1043 * @snd_nm: name of 2nd inode to exchange
1056 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename()
1074 dlen1 = UBIFS_DENT_NODE_SZ + fname_len(snd_nm) + 1; in ubifs_jnl_xrename()
1096 dent_key_init_flash(c, &dent1->key, snd_dir->i_ino, snd_nm); in ubifs_jnl_xrename()
1099 dent1->nlen = cpu_to_le16(fname_len(snd_nm)); in ubifs_jnl_xrename()
1100 memcpy(dent1->name, fname_name(snd_nm), fname_len(snd_nm)); in ubifs_jnl_xrename()
1101 dent1->name[fname_len(snd_nm)] = '\0'; in ubifs_jnl_xrename()
1156 dent_key_init(c, &key, snd_dir->i_ino, snd_nm); in ubifs_jnl_xrename()
1157 err = ubifs_tnc_add_nm(c, &key, lnum, offs, dlen1, hash_dent1, snd_nm); 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
[all...]
H A Ddir.c1557 struct fscrypt_name fst_nm, snd_nm; in ubifs_xrename() local
1574 err = fscrypt_setup_filename(new_dir, &new_dentry->d_name, 0, &snd_nm); in ubifs_xrename()
1600 snd_inode, &snd_nm, sync); in ubifs_xrename()
1607 fscrypt_free_filename(&snd_nm); in ubifs_xrename()
H A Dubifs.h1812 const struct fscrypt_name *snd_nm, int sync);

Completed in 16 milliseconds