Searched refs:IS_WHITEOUT (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/overlayfs/ | ||
D | util.c | 477 return inode && IS_WHITEOUT(inode); in ovl_is_whiteout() |
/Linux-v4.19/include/linux/ | ||
D | fs.h | 1942 #define IS_WHITEOUT(inode) (S_ISCHR(inode->i_mode) && \ macro |