Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 2 of 2) sorted by relevance

/fs/afs/
Dvl_list.c81 static u16 afs_extract_le16(const u8 **_b) in afs_extract_le16() argument
85 val = (u16)*(*_b)++ << 0; in afs_extract_le16()
86 val |= (u16)*(*_b)++ << 8; in afs_extract_le16()
93 static struct afs_addr_list *afs_extract_vl_addrs(const u8 **_b, const u8 *end, in afs_extract_vl_addrs() argument
97 const u8 *b = *_b; in afs_extract_vl_addrs()
145 *_b = b; in afs_extract_vl_addrs()
149 *_b = b; in afs_extract_vl_addrs()
/fs/ocfs2/
Dxattr.c318 #define bucket_blkno(_b) ((_b)->bu_bhs[0]->b_blocknr) argument
319 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data) argument
320 #define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0)) argument