Lines Matching +defs:val +defs:sb
17 #define AFFS_BLOCK(sb, bh, blk) (AFFS_HEAD(bh)->table[AFFS_SB(sb)->s_hashsize-1-(blk)]) argument
20 #define AFFS_TAIL(sb, bh) ((struct affs_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_t… argument
22 #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(str… argument
102 struct super_block *sb; /* the VFS superblock object */ member
127 static inline struct affs_sb_info *AFFS_SB(struct super_block *sb) in AFFS_SB()
222 static inline bool affs_validblock(struct super_block *sb, int block) in affs_validblock()
229 affs_set_blocksize(struct super_block *sb, int size) in affs_set_blocksize()
234 affs_bread(struct super_block *sb, int block) in affs_bread()
242 affs_getblk(struct super_block *sb, int block) in affs_getblk()
250 affs_getzeroblk(struct super_block *sb, int block) in affs_getzeroblk()
265 affs_getemptyblk(struct super_block *sb, int block) in affs_getemptyblk()
286 affs_adjust_checksum(struct buffer_head *bh, u32 val) in affs_adjust_checksum()
292 affs_adjust_bitmapchecksum(struct buffer_head *bh, u32 val) in affs_adjust_bitmapchecksum()