Searched refs:new_nm (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Djournal.c1336 * @new_nm: new name of the new directory entry
1350 const struct fscrypt_name *new_nm,
1373 dlen1 = UBIFS_DENT_NODE_SZ + fname_len(new_nm) + 1;
1414 dent_key_init_flash(c, &dent->key, new_dir->i_ino, new_nm);
1417 dent->nlen = cpu_to_le16(fname_len(new_nm));
1418 memcpy(dent->name, fname_name(new_nm), fname_len(new_nm));
1419 dent->name[fname_len(new_nm)] = '\0';
1515 dent_key_init(c, &key, new_dir->i_ino, new_nm);
1516 err = ubifs_tnc_add_nm(c, &key, lnum, offs, dlen1, hash_dent1, new_nm);
1345 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) argument
[all...]
H A Ddir.c1313 struct fscrypt_name old_nm, new_nm; local
1349 err = fscrypt_setup_filename(new_dir, &new_dentry->d_name, 0, &new_nm);
1355 new_sz = CALC_DENT_SIZE(fname_len(&new_nm));
1361 fscrypt_free_filename(&new_nm);
1367 fscrypt_free_filename(&new_nm);
1494 new_inode, &new_nm, whiteout, sync);
1522 fscrypt_free_filename(&new_nm);
1553 fscrypt_free_filename(&new_nm);
H A Dubifs.h1822 const struct fscrypt_name *new_nm,
/linux-master/arch/powerpc/
H A DMakefile34 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) macro
36 ifeq ($(new_nm),y)

Completed in 209 milliseconds