Home
last modified time | relevance | path

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

/linux/fs/
H A Dsuper.c1493 * fs_bdev_thaw - thaw owning filesystem of block device
1509 static int fs_bdev_thaw(struct block_device *bdev) in fs_bdev_thaw() function
1520 * that purpose causing a concurrent fs_bdev_thaw() to end up here. The in fs_bdev_thaw()
1543 .thaw = fs_bdev_thaw,