Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Ddir.c299 static int ovl_instantiate(struct dentry *dentry, struct inode *inode, in ovl_instantiate()
388 err = ovl_instantiate(dentry, inode, newdentry, !!attr->hardlink, NULL); in ovl_clear_empty()
577 err = ovl_instantiate(dentry, inode, newdentry, hardlink, NULL); in ovl_create_over_whiteout()
1405 /* ovl_instantiate() consumes the newdentry reference on success */ in ovl_dummy_open()
1407 err = ovl_instantiate(dentry, inode, newdentry, false, file); in ovl_dummy_open()
285 static int ovl_instantiate(struct dentry *dentry, struct inode *inode, ovl_instantiate() function