Searched refs:_sb (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/mips/include/asm/ |
| H A D | unaligned-emul.h | 246 "1:\t"type##_sb("%1", "1(%2)")"\n" \ 248 "2:\t"type##_sb("$1", "0(%2)")"\n" \ 312 "1:"type##_sb("%1", "3(%2)")"\n\t" \ 314 "2:"type##_sb("$1", "2(%2)")"\n\t" \ 316 "3:"type##_sb("$1", "1(%2)")"\n\t" \ 318 "4:"type##_sb("$1", "0(%2)")"\n\t" \ 623 "1:\t"type##_sb("%1", "0(%2)")"\n" \ 625 "2:\t"type##_sb("$1", "1(%2)")"\n" \ 690 "1:"type##_sb("%1", "0(%2)")"\n\t" \ 692 "2:"type##_sb("$1", "1(%2)")"\n\t" \ [all …]
|
| H A D | uasm.h | 155 Ip_u2s3u1(_sb);
|
| /linux/fs/ext4/ |
| H A D | mballoc-test.c | 29 #define MBT_SB(_sb) (container_of((_sb)->s_fs_info, struct mbt_ext4_super_block, sbi)) argument 30 #define MBT_CTX(_sb) (&MBT_SB(_sb)->mbt_ctx) argument 31 #define MBT_GRP_CTX(_sb, _group) (&MBT_CTX(_sb)->grp_ctx[_group]) argument
|
| /linux/arch/mips/mm/ |
| H A D | uasm.c | 352 I_u2s3u1(_sb)
|
| /linux/include/linux/ |
| H A D | fs.h | 3016 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp) argument
|
| /linux/fs/ocfs2/ |
| H A D | dir.c | 100 …fine ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_di… argument
|