Home
last modified time | relevance | path

Searched refs:get_super (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dsuper.c411 * Note that unlike get_super() et.al. this one does *not* bump ->s_count.
781 * get_super - get the superblock of a device
787 struct super_block *get_super(struct block_device *bdev) in get_super() function
791 EXPORT_SYMBOL(get_super); variable
H A Dblock_dev.c550 struct super_block *sb = get_super(bdev); in fsync_bdev()
584 sb = get_super(bdev); in freeze_bdev()
2125 struct super_block *sb = get_super(bdev); in __invalidate_device()
2130 * no need to lock the super, get_super holds the in __invalidate_device()
/kernel/linux/linux-5.10/fs/quota/
H A Dquota.c883 sb = get_super(bdev); in quotactl_block()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h3217 extern struct super_block *get_super(struct block_device *);

Completed in 21 milliseconds