Searched refs:WHITEOUT_MODE (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | namei.c | 582 return __f2fs_tmpfile(dir, NULL, S_IFCHR | WHITEOUT_MODE, whiteout); in f2fs_create_whiteout()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_inode.c | 2862 error = xfs_create_tmpfile(dp, NULL, S_IFCHR | WHITEOUT_MODE, &tmpfile); in xfs_rename_alloc_whiteout()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 234 #define WHITEOUT_MODE 0 macro
|
/linux-4.4.14/mm/ |
D | shmem.c | 2371 S_IFCHR | WHITEOUT_MODE, WHITEOUT_DEV); in shmem_whiteout()
|
/linux-4.4.14/fs/ |
D | namei.c | 4476 S_IFCHR | WHITEOUT_MODE, WHITEOUT_DEV); in vfs_whiteout()
|
/linux-4.4.14/fs/ext4/ |
D | namei.c | 3446 wh = ext4_new_inode_start_handle(ent->dir, S_IFCHR | WHITEOUT_MODE, in ext4_whiteout_for_rename()
|