Searched refs:bstr (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | process.c | 151 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str macro 153 bstr(NONE, "--"), 154 bstr( JC, "jc"), 155 bstr( C, "-c"), 156 bstr( J , "j-") 158 #undef bstr
|
| /linux/fs/affs/ |
| H A D | amigaffs.c | 536 affs_copy_name(unsigned char *bstr, struct dentry *dentry) in affs_copy_name() argument 540 *bstr++ = len; in affs_copy_name() 541 memcpy(bstr, dentry->d_name.name, len); in affs_copy_name()
|