Searched refs:bstr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | process.c | 214 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str macro 216 bstr(NONE, "--"), 217 bstr( JC, "jc"), 218 bstr( C, "-c"), 219 bstr( J , "j-") 221 #undef bstr macro
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | process.c | 149 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str macro 151 bstr(NONE, "--"), 152 bstr( JC, "jc"), 153 bstr( C, "-c"), 154 bstr( J , "j-") 156 #undef bstr macro
|
/kernel/linux/linux-5.10/fs/affs/ |
H A D | amigaffs.c | 528 /* This function copies name to bstr, with at most 30 529 * characters length. The bstr will be prepended by 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()
|
H A D | affs.h | 154 extern int affs_copy_name(unsigned char *bstr, struct dentry *dentry);
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | amigaffs.c | 528 /* This function copies name to bstr, with at most 30 529 * characters length. The bstr will be prepended by 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()
|
H A D | affs.h | 154 extern int affs_copy_name(unsigned char *bstr, struct dentry *dentry);
|
Completed in 6 milliseconds