/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | journal.c | 1219 const struct fscrypt_name *new_nm, in ubifs_jnl_rename() 1242 dlen1 = UBIFS_DENT_NODE_SZ + fname_len(new_nm) + 1; in ubifs_jnl_rename() 1283 dent_key_init_flash(c, &dent->key, new_dir->i_ino, new_nm); in ubifs_jnl_rename() 1286 dent->nlen = cpu_to_le16(fname_len(new_nm)); in ubifs_jnl_rename() 1287 memcpy(dent->name, fname_name(new_nm), fname_len(new_nm)); in ubifs_jnl_rename() 1288 dent->name[fname_len(new_nm)] = '\0'; in ubifs_jnl_rename() 1384 dent_key_init(c, &key, new_dir->i_ino, new_nm); in ubifs_jnl_rename() 1385 err = ubifs_tnc_add_nm(c, &key, lnum, offs, dlen1, hash_dent1, new_nm); in ubifs_jnl_rename() 1214 ubifs_jnl_rename(struct ubifs_info *c, const struct inode *old_dir, const struct inode *old_inode, const struct fscrypt_name *old_nm, const struct inode *new_dir, const struct inode *new_inode, const struct fscrypt_name *new_nm, const struct inode *whiteout, int sync) ubifs_jnl_rename() argument
|
H A D | dir.c | 1307 struct fscrypt_name old_nm, new_nm; in do_rename() local 1343 err = fscrypt_setup_filename(new_dir, &new_dentry->d_name, 0, &new_nm); in do_rename() 1349 new_sz = CALC_DENT_SIZE(fname_len(&new_nm)); in do_rename() 1355 fscrypt_free_filename(&new_nm); in do_rename() 1361 fscrypt_free_filename(&new_nm); in do_rename() 1492 new_inode, &new_nm, whiteout, sync); in do_rename() 1520 fscrypt_free_filename(&new_nm); in do_rename() 1551 fscrypt_free_filename(&new_nm); in do_rename()
|
H A D | ubifs.h | 1789 const struct fscrypt_name *new_nm,
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | journal.c | 1209 * @new_nm: new name of the new directory entry 1223 const struct fscrypt_name *new_nm, in ubifs_jnl_rename() 1246 dlen1 = UBIFS_DENT_NODE_SZ + fname_len(new_nm) + 1; in ubifs_jnl_rename() 1287 dent_key_init_flash(c, &dent->key, new_dir->i_ino, new_nm); in ubifs_jnl_rename() 1290 dent->nlen = cpu_to_le16(fname_len(new_nm)); in ubifs_jnl_rename() 1291 memcpy(dent->name, fname_name(new_nm), fname_len(new_nm)); in ubifs_jnl_rename() 1292 dent->name[fname_len(new_nm)] = '\0'; in ubifs_jnl_rename() 1388 dent_key_init(c, &key, new_dir->i_ino, new_nm); in ubifs_jnl_rename() 1389 err = ubifs_tnc_add_nm(c, &key, lnum, offs, dlen1, hash_dent1, new_nm); in ubifs_jnl_rename() 1218 ubifs_jnl_rename(struct ubifs_info *c, const struct inode *old_dir, const struct inode *old_inode, const struct fscrypt_name *old_nm, const struct inode *new_dir, const struct inode *new_inode, const struct fscrypt_name *new_nm, const struct inode *whiteout, int sync) ubifs_jnl_rename() argument [all...] |
H A D | dir.c | 1303 struct fscrypt_name old_nm, new_nm; in do_rename() local 1339 err = fscrypt_setup_filename(new_dir, &new_dentry->d_name, 0, &new_nm); in do_rename() 1345 new_sz = CALC_DENT_SIZE(fname_len(&new_nm)); in do_rename() 1351 fscrypt_free_filename(&new_nm); in do_rename() 1357 fscrypt_free_filename(&new_nm); in do_rename() 1484 new_inode, &new_nm, whiteout, sync); in do_rename() 1512 fscrypt_free_filename(&new_nm); in do_rename() 1543 fscrypt_free_filename(&new_nm); in do_rename()
|
H A D | ubifs.h | 1818 const struct fscrypt_name *new_nm,
|
/kernel/linux/linux-6.6/arch/powerpc/ |
H A D | Makefile | 23 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) macro 25 ifeq ($(new_nm),y)
|
/kernel/linux/linux-5.10/arch/powerpc/ |
H A D | Makefile | 25 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) macro 27 ifeq ($(new_nm),y)
|