Home
last modified time | relevance | path

Searched refs:PART_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/orangefs/
Ddir.c24 #define PART_MASK (~(PART_SIZE - 1)) macro
197 i = ctx->pos & ~PART_MASK; in fill_from_part()
233 ctx->pos = (ctx->pos & PART_MASK) | i; in fill_from_part()
248 count = ((ctx->pos & PART_MASK) >> PART_SHIFT) - 1; in orangefs_dir_fill()
274 ctx->pos = (ctx->pos & PART_MASK) + in orangefs_dir_fill()
334 if ((ctx->pos & PART_MASK) == 0) in orangefs_dir_iterate()
/Linux-v4.19/arch/mips/lantiq/falcon/
Dprom.c27 #define PART_MASK 0x0FFFF000 macro
58 i->partnum = (ltq_r32(FALCON_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()
/Linux-v4.19/arch/mips/lantiq/xway/
Dprom.c39 #define PART_MASK 0x0FFFFFFF macro
45 i->partnum = (ltq_r32(LTQ_MPS_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()