Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dfile.c201 else if (file_wrong_pino(inode)) in need_do_checkpoint()
240 if (file_wrong_pino(inode) && inode->i_nlink == 1 && in try_to_fix_pino()
H A Df2fs.h733 #define file_wrong_pino(inode) is_file(inode, FADVISE_LOST_PINO_BIT) macro