Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Ddir.c24 #define PART_MASK (~(PART_SIZE - 1)) macro
196 i = ctx->pos & ~PART_MASK; in fill_from_part()
232 ctx->pos = (ctx->pos & PART_MASK) | i; in fill_from_part()
245 count = ((ctx->pos & PART_MASK) >> PART_SHIFT) - 1; in orangefs_dir_fill()
271 ctx->pos = (ctx->pos & PART_MASK) + in orangefs_dir_fill()
326 if ((ctx->pos & PART_MASK) == 0) in orangefs_dir_iterate()
/linux/arch/mips/lantiq/falcon/
H 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/
H A Dprom.c37 #define PART_MASK 0x0FFFFFFF macro
43 i->partnum = (ltq_r32(LTQ_MPS_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()