Home
last modified time | relevance | path

Searched defs:new_nm (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/
H A DMakefile25 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) macro
/kernel/linux/linux-6.6/arch/powerpc/
H A DMakefile23 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) macro
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddir.c1307 struct fscrypt_name old_nm, new_nm; in do_rename() local
H A Djournal.c1214 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
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddir.c1303 struct fscrypt_name old_nm, new_nm; in do_rename() local
H A Djournal.c1218 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...]

Completed in 10 milliseconds