Searched refs:SB_FREEZE_WRITE (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | fs.h | 1409 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator 1602 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write() 1650 __sb_start_write(sb, SB_FREEZE_WRITE, true); in sb_start_write() 1655 return __sb_start_write(sb, SB_FREEZE_WRITE, false); in sb_start_write_trylock() 2911 __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true); in file_start_write() 2918 return __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, false); in file_start_write_trylock() 2925 __sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE); in file_end_write()
|