Searched refs:blktype (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/gfs2/ |
D | inode.h | 93 unsigned int blktype); 96 unsigned int blktype);
|
D | inode.c | 122 unsigned int blktype) in gfs2_inode_lookup() argument 150 if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup() 161 if (blktype != GFS2_BLKST_FREE) { in gfs2_inode_lookup() 163 blktype); in gfs2_inode_lookup() 216 u64 *no_formal_ino, unsigned int blktype) in gfs2_lookup_by_inum() argument 222 inode = gfs2_inode_lookup(sb, DT_UNKNOWN, no_addr, 0, blktype); in gfs2_lookup_by_inum()
|
/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu.c | 190 int rvu_get_blkaddr(struct rvu *rvu, int blktype, u16 pcifunc) in rvu_get_blkaddr() argument 196 switch (blktype) { in rvu_get_blkaddr() 238 if (blktype == BLKTYPE_NIX) { in rvu_get_blkaddr() 246 if (blktype == BLKTYPE_CPT) { in rvu_get_blkaddr() 889 static u16 rvu_get_rsrc_mapcount(struct rvu_pfvf *pfvf, int blktype) in rvu_get_rsrc_mapcount() argument 891 switch (blktype) { in rvu_get_rsrc_mapcount() 908 bool is_pffunc_map_valid(struct rvu *rvu, u16 pcifunc, int blktype) in is_pffunc_map_valid() argument 918 if (!rvu_get_rsrc_mapcount(pfvf, blktype)) in is_pffunc_map_valid() 945 static void rvu_detach_block(struct rvu *rvu, int pcifunc, int blktype) in rvu_detach_block() argument 953 blkaddr = rvu_get_blkaddr(rvu, blktype, pcifunc); in rvu_detach_block() [all …]
|
D | rvu.h | 314 bool is_pffunc_map_valid(struct rvu *rvu, u16 pcifunc, int blktype); 317 int rvu_get_blkaddr(struct rvu *rvu, int blktype, u16 pcifunc);
|
/Linux-v5.4/drivers/lightnvm/ |
D | core.c | 966 int ret, blk, pl, offset, blktype; in nvm_bb_to_chunk() local 970 blktype = blks[offset]; in nvm_bb_to_chunk() 975 blktype = blks[offset + pl]; in nvm_bb_to_chunk() 988 if (blktype == NVM_BLK_T_FREE) { in nvm_bb_to_chunk()
|