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

/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
/linux-master/fs/ubifs/
H A Ddir.c1313 struct fscrypt_name old_nm, new_nm; local
H A Djournal.c1345 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...]

Completed in 114 milliseconds