Home
last modified time | relevance | path

Searched refs:do_tmpfile (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/ubifs/
Ddir.c342 static int do_tmpfile(struct inode *dir, struct dentry *dentry, in do_tmpfile() function
437 return do_tmpfile(dir, dentry, mode, NULL); in ubifs_tmpfile()
1323 err = do_tmpfile(old_dir, old_dentry, S_IFCHR | WHITEOUT_MODE, &whiteout); in do_rename()
/Linux-v5.10/fs/
Dnamei.c3305 static int do_tmpfile(struct nameidata *nd, unsigned flags, in do_tmpfile() function
3360 error = do_tmpfile(nd, flags, op, file); in path_openat()