Searched refs:__sb_start_write (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | fs.h | 1379 int __sb_start_write(struct super_block *sb, int level, bool wait); 1438 __sb_start_write(sb, SB_FREEZE_WRITE, true); in sb_start_write() 1443 return __sb_start_write(sb, SB_FREEZE_WRITE, false); in sb_start_write_trylock() 1467 __sb_start_write(sb, SB_FREEZE_PAGEFAULT, true); in sb_start_pagefault() 1485 __sb_start_write(sb, SB_FREEZE_FS, true); in sb_start_intwrite() 2426 __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true); in file_start_write() 2433 return __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, false); in file_start_write_trylock()
|
/linux-4.1.27/fs/ |
D | super.c | 1191 int __sb_start_write(struct super_block *sb, int level, bool wait) in __sb_start_write() function 1216 EXPORT_SYMBOL(__sb_start_write);
|
/linux-4.1.27/fs/btrfs/ |
D | super.c | 1018 if (__sb_start_write(sb, SB_FREEZE_WRITE, false)) in btrfs_sync_fs()
|