1SB_END_WRITE(9)                  The Linux VFS                 SB_END_WRITE(9)
2
3
4

NAME

6       sb_end_write - drop write access to a superblock
7

SYNOPSIS

9       void sb_end_write(struct super_block * sb);
10

ARGUMENTS

12       sb
13           the super we wrote to
14

DESCRIPTION

16       Decrement number of writers to the filesystem. Wake up possible waiters
17       wanting to freeze the filesystem.
18
20Kernel Hackers Manual 3.10         June 2019                   SB_END_WRITE(9)
Impressum