Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dsuper.c682 static struct super_block *__get_super(struct block_device *bdev, bool excl) in __get_super() function
727 return __get_super(bdev, false); in get_super()
735 struct super_block *s = __get_super(bdev, excl); in __get_super_thawed()