entry_space        65 drivers/md/dm-cache-policy-smq.c static int space_init(struct entry_space *es, unsigned nr_entries)
entry_space        80 drivers/md/dm-cache-policy-smq.c static void space_exit(struct entry_space *es)
entry_space        85 drivers/md/dm-cache-policy-smq.c static struct entry *__get_entry(struct entry_space *es, unsigned block)
entry_space        95 drivers/md/dm-cache-policy-smq.c static unsigned to_index(struct entry_space *es, struct entry *e)
entry_space       101 drivers/md/dm-cache-policy-smq.c static struct entry *to_entry(struct entry_space *es, unsigned block)
entry_space       122 drivers/md/dm-cache-policy-smq.c static struct entry *l_head(struct entry_space *es, struct ilist *l)
entry_space       127 drivers/md/dm-cache-policy-smq.c static struct entry *l_tail(struct entry_space *es, struct ilist *l)
entry_space       132 drivers/md/dm-cache-policy-smq.c static struct entry *l_next(struct entry_space *es, struct entry *e)
entry_space       137 drivers/md/dm-cache-policy-smq.c static struct entry *l_prev(struct entry_space *es, struct entry *e)
entry_space       147 drivers/md/dm-cache-policy-smq.c static void l_add_head(struct entry_space *es, struct ilist *l, struct entry *e)
entry_space       163 drivers/md/dm-cache-policy-smq.c static void l_add_tail(struct entry_space *es, struct ilist *l, struct entry *e)
entry_space       179 drivers/md/dm-cache-policy-smq.c static void l_add_before(struct entry_space *es, struct ilist *l,
entry_space       197 drivers/md/dm-cache-policy-smq.c static void l_del(struct entry_space *es, struct ilist *l, struct entry *e)
entry_space       216 drivers/md/dm-cache-policy-smq.c static struct entry *l_pop_head(struct entry_space *es, struct ilist *l)
entry_space       229 drivers/md/dm-cache-policy-smq.c static struct entry *l_pop_tail(struct entry_space *es, struct ilist *l)
entry_space       253 drivers/md/dm-cache-policy-smq.c 	struct entry_space *es;
entry_space       269 drivers/md/dm-cache-policy-smq.c static void q_init(struct queue *q, struct entry_space *es, unsigned nr_levels)
entry_space       574 drivers/md/dm-cache-policy-smq.c 	struct entry_space *es;
entry_space       583 drivers/md/dm-cache-policy-smq.c static int h_init(struct smq_hash_table *ht, struct entry_space *es, unsigned nr_entries)
entry_space       691 drivers/md/dm-cache-policy-smq.c 	struct entry_space *es;
entry_space       698 drivers/md/dm-cache-policy-smq.c static void init_allocator(struct entry_alloc *ea, struct entry_space *es,
entry_space       807 drivers/md/dm-cache-policy-smq.c 	struct entry_space es;
entry_space       127 drivers/md/raid5-ppl.c 	unsigned int entry_space;
entry_space       279 drivers/md/raid5-ppl.c 	if (io && (io->pp_size == log->entry_space ||
entry_space      1318 drivers/md/raid5-ppl.c 		log->entry_space = PPL_SPACE_SIZE;
entry_space      1321 drivers/md/raid5-ppl.c 		log->entry_space = (log->rdev->ppl.size << 9) -
entry_space       574 fs/ext4/namei.c 	unsigned entry_space = dir->i_sb->s_blocksize - EXT4_DIR_REC_LEN(1) -
entry_space       578 fs/ext4/namei.c 		entry_space -= sizeof(struct dx_tail);
entry_space       579 fs/ext4/namei.c 	return entry_space / sizeof(struct dx_entry);
entry_space       584 fs/ext4/namei.c 	unsigned entry_space = dir->i_sb->s_blocksize - EXT4_DIR_REC_LEN(0);
entry_space       587 fs/ext4/namei.c 		entry_space -= sizeof(struct dx_tail);
entry_space       588 fs/ext4/namei.c 	return entry_space / sizeof(struct dx_entry);