Searched defs:new_nm (Results 1 - 6 of 6) sorted by relevance
/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
|
/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
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | dir.c | 1307 struct fscrypt_name old_nm, new_nm; in do_rename() local
|
H A D | journal.c | 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
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | dir.c | 1303 struct fscrypt_name old_nm, new_nm; in do_rename() local
|
H A D | journal.c | 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...] |
Completed in 10 milliseconds