Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfs.h1501 void __sb_end_write(struct super_block *sb, int level);
1518 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write()
1530 __sb_end_write(sb, SB_FREEZE_PAGEFAULT); in sb_end_pagefault()
1542 __sb_end_write(sb, SB_FREEZE_FS); in sb_end_intwrite()
2775 __sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE); in file_end_write()
/Linux-v4.19/fs/
Dsuper.c1351 void __sb_end_write(struct super_block *sb, int level) in __sb_end_write() function
1355 EXPORT_SYMBOL(__sb_end_write);