Query: freeze_bdev
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FREEZE_BDEV(9) The Linux VFS FREEZE_BDEV(9)NAMEfreeze_bdev - - lock a filesystem and force it into a consistent stateSYNOPSISstruct super_block * freeze_bdev(struct block_device * bdev);ARGUMENTSbdev blockdevice to lockDESCRIPTIONIf a superblock is found on this device, we take the s_umount semaphore on it to make sure nobody unmounts until the snapshot creation is done. The reference counter (bd_fsfreeze_count) guarantees that only the last unfreeze process can unfreeze the frozen filesystem actually when multiple freeze requests arrive simultaneously. It counts up in freeze_bdev and count down in thaw_bdev. When it becomes 0, thaw_bdev will unfreeze actually.COPYRIGHTKernel Hackers Manual 3.10 June 2014 FREEZE_BDEV(9)
| Related Man Pages |
|---|
| xfs_freeze(8) - debian |
| xfs_freeze(8) - suse |
| xfs_freeze(8) - mojave |
| xfs_freeze(8) - bsd |
| xfs_freeze(8) - posix |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| DB2 convert digits to binary format |