Lines Matching full:freeze
1510 * fs_bdev_freeze - freeze owning filesystem of block device
1513 * Freeze the filesystem that owns this block device if it is still
1518 * unfrozen. Each block device can only freeze the filesystem once as we
1521 * Return: If the freeze was successful zero is returned. If the freeze
1555 * unfrozen. Each block device can only freeze the filesystem once as we
1562 * freeze or might be frozen from other block devices).
1597 .freeze = fs_bdev_freeze,
1939 /* This freeze already has a specific owner. */ in may_freeze()
1944 * going to take a reference count and mark the freeze as in may_freeze()
1987 * exclusive freeze. in may_unfreeze()
2014 * @who: context that wants to freeze
2015 * @freeze_owner: owner of the freeze
2022 * * %FREEZE_HOLDER_USERSPACE if userspace wants to freeze the fs;
2023 * * %FREEZE_HOLDER_KERNEL if the kernel wants to freeze the fs.
2024 * * %FREEZE_MAY_NEST whether nesting freeze and thaw requests is allowed.
2027 * freeze the filesystem. Although there cannot be multiple kernel freezes or
2064 * Return: If the freeze was successful zero is returned. If the freeze
2136 "VFS:Filesystem freeze failed\n"); in freeze_super()
2217 * @who: context that wants to freeze
2218 * @freeze_owner: owner of the freeze
2226 * * %FREEZE_MAY_NEST whether nesting freeze and thaw requests is allowed