Searched refs:bstr (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kernel/ |
| A D | process.c | 150 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str macro 152 bstr(NONE, "--"), 153 bstr( JC, "jc"), 154 bstr( C, "-c"), 155 bstr( J , "j-") 157 #undef bstr
|
| /linux/fs/affs/ |
| 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()
|
| A D | affs.h | 153 extern int affs_copy_name(unsigned char *bstr, struct dentry *dentry);
|
Completed in 9 milliseconds