Searched refs:__sb_start_write (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | fs.h | 1395 int __sb_start_write(struct super_block *sb, int level, bool wait); 1459 __sb_start_write(sb, SB_FREEZE_WRITE, true); in sb_start_write() 1464 return __sb_start_write(sb, SB_FREEZE_WRITE, false); in sb_start_write_trylock() 1488 __sb_start_write(sb, SB_FREEZE_PAGEFAULT, true); in sb_start_pagefault() 1506 __sb_start_write(sb, SB_FREEZE_FS, true); in sb_start_intwrite() 2461 __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true); in file_start_write() 2468 return __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, false); in file_start_write_trylock()
|
/linux-4.4.14/fs/ |
D | super.c | 1173 int __sb_start_write(struct super_block *sb, int level, bool wait) in __sb_start_write() function 1206 EXPORT_SYMBOL(__sb_start_write);
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 1106 if (__sb_start_write(sb, SB_FREEZE_WRITE, false)) in btrfs_sync_fs()
|