Home
last modified time | relevance | path

Searched refs:bstr (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
Dprocess.c214 #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
/kernel/linux/linux-5.10/fs/affs/
Damigaffs.c536 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()
Daffs.h154 extern int affs_copy_name(unsigned char *bstr, struct dentry *dentry);