Searched defs:_sb (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/fs/bcachefs/ |
D | super-io.h | 43 #define bch2_sb_field_get(_sb, _name) \ argument 48 #define bch2_sb_field_resize(_sb, _name, _u64s) \ argument 53 #define bch2_sb_field_get_minsize(_sb, _name, _u64s) \ argument
|
/linux-6.14.4/drivers/iio/adc/ |
D | ad7793.c | 616 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument 627 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument 641 #define DECLARE_AD7797_CHANNELS(_name, _b, _sb) \ argument 650 #define DECLARE_AD7799_CHANNELS(_name, _b, _sb) \ argument
|
/linux-6.14.4/fs/ext4/ |
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-6.14.4/fs/ocfs2/ |
D | dir.c | 100 #define ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_… argument
|
/linux-6.14.4/include/linux/ |
D | fs.h | 3313 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp) argument
|