Searched refs:do_tmpfile (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/ubifs/ |
D | dir.c | 348 static int do_tmpfile(struct inode *dir, struct dentry *dentry, in do_tmpfile() function 443 return do_tmpfile(dir, dentry, mode, NULL); in ubifs_tmpfile() 1329 err = do_tmpfile(old_dir, old_dentry, S_IFCHR | WHITEOUT_MODE, &whiteout); in do_rename()
|
/Linux-v5.4/fs/ |
D | namei.c | 3464 static int do_tmpfile(struct nameidata *nd, unsigned flags, in do_tmpfile() function 3519 error = do_tmpfile(nd, flags, op, file); in path_openat()
|