Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dnamei.c786 struct file *file, umode_t mode, bool is_whiteout, in __f2fs_tmpfile()
801 if (is_whiteout) { in __f2fs_tmpfile()
826 if (is_whiteout) { in __f2fs_tmpfile()
785 __f2fs_tmpfile(struct mnt_idmap * idmap,struct inode * dir,struct file * file,umode_t mode,bool is_whiteout,struct inode ** new_inode,struct f2fs_filename * fname) __f2fs_tmpfile() argument
/linux/fs/bcachefs/
H A Dfsck.c900 bool is_whiteout = k.k->type == KEY_TYPE_whiteout; in lookup_inode_for_snapshot() local
911 if (k.k->p.snapshot != i->snapshot && !is_whiteout) { in lookup_inode_for_snapshot()
/linux/fs/
H A Dnamei.c4169 bool is_whiteout = S_ISCHR(mode) && dev == WHITEOUT_DEV; in vfs_mknod() local
4175 if ((S_ISCHR(mode) || S_ISBLK(mode)) && !is_whiteout && in vfs_mknod()