Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dinode.c1983 else if (ext3_should_writeback_data(inode)) in ext3_set_aops()
2056 if (!ext3_should_writeback_data(inode)) { in ext3_block_truncate_page()
2512 if (inode->i_size == 0 && ext3_should_writeback_data(inode)) in ext3_truncate()
Dext3.h1321 static inline int ext3_should_writeback_data(struct inode *inode) in ext3_should_writeback_data() function
Dnamei.c2535 if (ext3_should_writeback_data(new_inode)) in ext3_rename()