Symbol: entry_space
drivers/md/dm-cache-policy-smq.c
106
static unsigned int to_index(struct entry_space *es, struct entry *e)
drivers/md/dm-cache-policy-smq.c
112
static struct entry *to_entry(struct entry_space *es, unsigned int block)
drivers/md/dm-cache-policy-smq.c
133
static struct entry *l_head(struct entry_space *es, struct ilist *l)
drivers/md/dm-cache-policy-smq.c
138
static struct entry *l_tail(struct entry_space *es, struct ilist *l)
drivers/md/dm-cache-policy-smq.c
143
static struct entry *l_next(struct entry_space *es, struct entry *e)
drivers/md/dm-cache-policy-smq.c
148
static struct entry *l_prev(struct entry_space *es, struct entry *e)
drivers/md/dm-cache-policy-smq.c
158
static void l_add_head(struct entry_space *es, struct ilist *l, struct entry *e)
drivers/md/dm-cache-policy-smq.c
174
static void l_add_tail(struct entry_space *es, struct ilist *l, struct entry *e)
drivers/md/dm-cache-policy-smq.c
190
static void l_add_before(struct entry_space *es, struct ilist *l,
drivers/md/dm-cache-policy-smq.c
208
static void l_del(struct entry_space *es, struct ilist *l, struct entry *e)
drivers/md/dm-cache-policy-smq.c
227
static struct entry *l_pop_head(struct entry_space *es, struct ilist *l)
drivers/md/dm-cache-policy-smq.c
240
static struct entry *l_pop_tail(struct entry_space *es, struct ilist *l)
drivers/md/dm-cache-policy-smq.c
264
struct entry_space *es;
drivers/md/dm-cache-policy-smq.c
280
static void q_init(struct queue *q, struct entry_space *es, unsigned int nr_levels)
drivers/md/dm-cache-policy-smq.c
586
struct entry_space *es;
drivers/md/dm-cache-policy-smq.c
595
static int h_init(struct smq_hash_table *ht, struct entry_space *es, unsigned int nr_entries)
drivers/md/dm-cache-policy-smq.c
704
struct entry_space *es;
drivers/md/dm-cache-policy-smq.c
711
static void init_allocator(struct entry_alloc *ea, struct entry_space *es,
drivers/md/dm-cache-policy-smq.c
76
static int space_init(struct entry_space *es, unsigned int nr_entries)
drivers/md/dm-cache-policy-smq.c
820
struct entry_space es;
drivers/md/dm-cache-policy-smq.c
91
static void space_exit(struct entry_space *es)
drivers/md/dm-cache-policy-smq.c
96
static struct entry *__get_entry(struct entry_space *es, unsigned int block)
drivers/md/raid5-ppl.c
127
unsigned int entry_space;
drivers/md/raid5-ppl.c
1303
log->entry_space = PPL_SPACE_SIZE;
drivers/md/raid5-ppl.c
1306
log->entry_space = (log->rdev->ppl.size << 9) -
drivers/md/raid5-ppl.c
280
if (io && (io->pp_size == log->entry_space ||
fs/ext4/namei.c
579
unsigned int entry_space = dir->i_sb->s_blocksize -
fs/ext4/namei.c
584
entry_space -= sizeof(struct dx_tail);
fs/ext4/namei.c
585
return entry_space / sizeof(struct dx_entry);
fs/ext4/namei.c
590
unsigned int entry_space = dir->i_sb->s_blocksize -
fs/ext4/namei.c
594
entry_space -= sizeof(struct dx_tail);
fs/ext4/namei.c
595
return entry_space / sizeof(struct dx_entry);