1SB_END_INTWRITE(9) The Linux VFS SB_END_INTWRITE(9)
23
4
NAME
6sb_end_intwrite - drop write access to a superblock for internal fs
7purposes
8
SYNOPSIS
10void sb_end_intwrite(struct super_block * sb);
11
ARGUMENTS
13sb
14the super we wrote to
15
DESCRIPTION
17Decrement fs-internal number of writers to the filesystem. Wake up
18possible waiters wanting to freeze the filesystem.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 SB_END_INTWRITE(9)