Home
last modified time | relevance | path

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

/linux/drivers/md/
A Ddm-cache-policy-smq.c60 struct entry_space { struct
65 static int space_init(struct entry_space *es, unsigned nr_entries) in space_init() argument
80 static void space_exit(struct entry_space *es) in space_exit()
95 static unsigned to_index(struct entry_space *es, struct entry *e) in to_index()
122 static struct entry *l_head(struct entry_space *es, struct ilist *l) in l_head()
127 static struct entry *l_tail(struct entry_space *es, struct ilist *l) in l_tail()
179 static void l_add_before(struct entry_space *es, struct ilist *l, in l_add_before()
253 struct entry_space *es;
574 struct entry_space *es;
691 struct entry_space *es;
[all …]
A Draid5-ppl.c127 unsigned int entry_space; member
279 if (io && (io->pp_size == log->entry_space || in ppl_log_stripe()
1317 log->entry_space = PPL_SPACE_SIZE; in ppl_init_child_log()
1320 log->entry_space = (log->rdev->ppl.size << 9) - in ppl_init_child_log()
/linux/fs/ext4/
A Dnamei.c580 unsigned int entry_space = dir->i_sb->s_blocksize - in dx_root_limit() local
585 entry_space -= sizeof(struct dx_tail); in dx_root_limit()
586 return entry_space / sizeof(struct dx_entry); in dx_root_limit()
591 unsigned int entry_space = dir->i_sb->s_blocksize - in dx_node_limit() local
595 entry_space -= sizeof(struct dx_tail); in dx_node_limit()
596 return entry_space / sizeof(struct dx_entry); in dx_node_limit()

Completed in 17 milliseconds