Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfs.h1502 int __sb_start_write(struct super_block *sb, int level, bool wait);
1566 __sb_start_write(sb, SB_FREEZE_WRITE, true); in sb_start_write()
1571 return __sb_start_write(sb, SB_FREEZE_WRITE, false); in sb_start_write_trylock()
1595 __sb_start_write(sb, SB_FREEZE_PAGEFAULT, true); in sb_start_pagefault()
1613 __sb_start_write(sb, SB_FREEZE_FS, true); in sb_start_intwrite()
1618 return __sb_start_write(sb, SB_FREEZE_FS, false); in sb_start_intwrite_trylock()
2761 __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true); in file_start_write()
2768 return __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, false); in file_start_write_trylock()
/Linux-v4.19/fs/
Dsuper.c1361 int __sb_start_write(struct super_block *sb, int level, bool wait) in __sb_start_write() function
1394 EXPORT_SYMBOL(__sb_start_write);
Daio.c1557 __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true); in aio_write()