Home
last modified time | relevance | path

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

/Linux-v6.1/fs/overlayfs/
Dutil.c63 struct dentry *ovl_indexdir(struct super_block *sb) in ovl_indexdir() function
805 if (!lower || !ovl_indexdir(dentry->d_sb)) in ovl_need_index()
823 struct dentry *indexdir = ovl_indexdir(dentry->d_sb); in ovl_cleanup_index()
Dcopy_up.c446 struct dentry *indexdir = ovl_indexdir(dentry->d_sb); in ovl_create_index()
811 c->workdir = ovl_indexdir(c->dentry->d_sb); in ovl_do_copy_up()
820 c->destdir = ovl_indexdir(c->dentry->d_sb); in ovl_do_copy_up()
Doverlayfs.h358 struct dentry *ovl_indexdir(struct super_block *sb);
Dinode.c1161 if ((upper || !ovl_indexdir(sb)) && in ovl_hash_bylower()
Dnamei.c1059 if (origin && ovl_indexdir(dentry->d_sb) && in ovl_lookup()