Home
last modified time | relevance | path

Searched refs:_sb (Results 1 – 5 of 5) sorted by relevance

/fs/logfs/
Ddev_mtd.c125 static int logfs_mtd_readpage(void *_sb, struct page *page) in logfs_mtd_readpage() argument
127 struct super_block *sb = _sb; in logfs_mtd_readpage()
Ddev_bdev.c47 static int bdev_readpage(void *_sb, struct page *page) in bdev_readpage() argument
49 struct super_block *sb = _sb; in bdev_readpage()
Djournal.c464 static void account_shadow(void *_shadow, unsigned long _sb, u64 ignore, in account_shadow() argument
468 struct super_block *sb = (void *)_sb; in account_shadow()
Dlogfs.h154 int (*readpage)(void *_sb, struct page *page);
/fs/ocfs2/
Ddir.c120 …fine ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_di… argument