Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dsuper.c743 static struct super_block *__get_super(struct block_device *bdev, bool excl) in __get_super() function
788 return __get_super(bdev, false); in get_super()
796 struct super_block *s = __get_super(bdev, excl); in __get_super_thawed()