Home
last modified time | relevance | path

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

/linux/fs/orangefs/
A 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/arch/mips/lantiq/falcon/
A Dprom.c25 #define PART_MASK 0x0FFFF000 macro
56 i->partnum = (ltq_r32(FALCON_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()
/linux/arch/mips/lantiq/xway/
A Dprom.c37 #define PART_MASK 0x0FFFFFFF macro
43 i->partnum = (ltq_r32(LTQ_MPS_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()

Completed in 6 milliseconds