Home
last modified time | relevance | path

Searched refs:__sb_end_write (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/
Dsuper.c1147 void __sb_end_write(struct super_block *sb, int level) in __sb_end_write() function
1159 EXPORT_SYMBOL(__sb_end_write);
1211 __sb_end_write(sb, level); in __sb_start_write()
/linux-4.1.27/include/linux/
Dfs.h1378 void __sb_end_write(struct super_block *sb, int level);
1390 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write()
1402 __sb_end_write(sb, SB_FREEZE_PAGEFAULT); in sb_end_pagefault()
1414 __sb_end_write(sb, SB_FREEZE_FS); in sb_end_intwrite()
2440 __sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE); in file_end_write()
/linux-4.1.27/fs/btrfs/
Dsuper.c1019 __sb_end_write(sb, SB_FREEZE_WRITE); in btrfs_sync_fs()