Home
last modified time | relevance | path

Searched refs:p_block (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/net/
Dpkt_cls.h47 int tcf_block_get(struct tcf_block **p_block,
50 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
95 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get() argument
103 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() argument
/linux-4.19.296/fs/ocfs2/
Dquota.h114 int ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block,
Dextent_map.c980 u64 p_block, p_count; in ocfs2_read_virt_blocks() local
996 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks()
1003 if (!p_block) { in ocfs2_read_virt_blocks()
1025 BUG_ON(bhs[done + i]->b_blocknr != (p_block + i)); in ocfs2_read_virt_blocks()
1028 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, count, in ocfs2_read_virt_blocks()
Dquota_global.c151 int ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block, in ocfs2_read_quota_phys_block() argument
157 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, 1, bhp, 0, in ocfs2_read_quota_phys_block()
Dfile.c1556 u64 p_block, offset; in ocfs2_zeroout_partial_cluster() local
1579 p_block = ocfs2_clusters_to_blocks(sb, p_cluster) + offset; in ocfs2_zeroout_partial_cluster()
1580 return sb_issue_zeroout(sb, p_block, nr_blocks, GFP_NOFS); in ocfs2_zeroout_partial_cluster()
/linux-4.19.296/fs/ext4/
Dext4_extents.h113 ext4_fsblk_t p_block; member
Dextents.c919 path[ppos].p_block = ext4_idx_pblock(path[ppos].p_idx); in ext4_find_extent()
923 bh = read_extent_tree_block(inode, path[ppos].p_block, --i, in ext4_find_extent()
944 path[ppos].p_block = ext4_ext_pblock(path[ppos].p_ext); in ext4_find_extent()
2841 if (le16_to_cpu(path->p_hdr->eh_entries) == path->p_block) in ext4_ext_more_to_rm()
2957 path[k].p_block = in ext4_ext_remove_space()
2999 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries)+1; in ext4_ext_remove_space()
3036 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries); in ext4_ext_remove_space()
4337 path[depth].p_block); in ext4_ext_map_blocks()
/linux-4.19.296/drivers/media/dvb-frontends/
Ddrxk_hard.c436 const int block_size, const u8 p_block[]) in write_block() argument
465 memcpy(&state->chunk[adr_length], p_block, chunk); in write_block()
469 if (p_block) in write_block()
471 pr_cont(" %02x", p_block[i]); in write_block()
481 p_block += chunk; in write_block()