Searched refs:__f2fs_tmpfile (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/fs/f2fs/ |
| D | namei.c | 847 static int __f2fs_tmpfile(struct user_namespace *mnt_userns, struct inode *dir, in __f2fs_tmpfile() function 928 err = __f2fs_tmpfile(mnt_userns, dir, file, mode, false, NULL); in f2fs_tmpfile() 939 return __f2fs_tmpfile(mnt_userns, dir, NULL, in f2fs_create_whiteout() 946 return __f2fs_tmpfile(mnt_userns, dir, NULL, S_IFREG, false, new_inode); in f2fs_get_tmpfile()
|