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