Home
last modified time | relevance | path

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

/linux/fs/
H A Dsuper.c291 static struct super_dev *super_dev_alloc(dev_t dev, struct super_block *sb);
448 struct super_dev { struct
459 .key_offset = offsetof(struct super_dev, sd_dev), argument
460 .head_offset = offsetof(struct super_dev, sd_node),
463 static struct super_dev *super_dev_alloc(dev_t dev, struct super_block *sb) in super_dev_alloc()
465 struct super_dev *fsd; in super_dev_alloc()
476 static void super_dev_put(struct super_dev *fsd) in super_dev_put()
492 static int super_dev_insert(struct super_dev *fsd) in super_dev_insert()
505 struct super_dev *fsd = sb->s_super_dev; in super_dev_register()
519 static struct super_dev *super_dev_get(struct rhlist_head *pos) in super_dev_get()
[all …]