Home
last modified time | relevance | path

Searched refs:d_mark_tmpfile (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Ddcache.h260 extern void d_mark_tmpfile(struct file *, struct inode *);
/linux-6.15/fs/
H A Ddcache.c3090 void d_mark_tmpfile(struct file *file, struct inode *inode) in d_mark_tmpfile() function
3104 EXPORT_SYMBOL(d_mark_tmpfile);
3111 d_mark_tmpfile(file, inode); in d_tmpfile()
/linux-6.15/fs/overlayfs/
H A Ddir.c271 d_mark_tmpfile(tmpfile, inode); in ovl_instantiate()
/linux-6.15/fs/bcachefs/
H A Dfs.c1260 d_mark_tmpfile(file, &inode->v); in bch2_tmpfile()