Searched refs:__f2fs_tmpfile (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | namei.c | 854 static int __f2fs_tmpfile(struct mnt_idmap *idmap, struct inode *dir, in __f2fs_tmpfile() function 935 err = __f2fs_tmpfile(idmap, dir, file, mode, false, NULL, NULL); in f2fs_tmpfile() 944 return __f2fs_tmpfile(idmap, dir, NULL, S_IFCHR | WHITEOUT_MODE, in f2fs_create_whiteout() 951 return __f2fs_tmpfile(idmap, dir, NULL, S_IFREG, in f2fs_get_tmpfile()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | namei.c | 828 static int __f2fs_tmpfile(struct inode *dir, struct dentry *dentry, in __f2fs_tmpfile() function 902 return __f2fs_tmpfile(dir, dentry, mode, NULL); in f2fs_tmpfile() 910 return __f2fs_tmpfile(dir, NULL, S_IFCHR | WHITEOUT_MODE, whiteout); in f2fs_create_whiteout()
|
Completed in 4 milliseconds