Searched refs:__f2fs_tmpfile (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | namei.c | 809 static int __f2fs_tmpfile(struct mnt_idmap *idmap, struct inode *dir, in __f2fs_tmpfile() function 890 err = __f2fs_tmpfile(idmap, dir, file, mode, false, NULL, NULL); in f2fs_tmpfile() 899 return __f2fs_tmpfile(idmap, dir, NULL, S_IFCHR | WHITEOUT_MODE, in f2fs_create_whiteout() 906 return __f2fs_tmpfile(idmap, dir, NULL, S_IFREG, in f2fs_get_tmpfile()
|