Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/
Dexport.c446 if (!this && layer->idx && ovl_indexdir(sb) && !WARN_ON(!d_is_dir(real))) { in ovl_lookup_real_inode()
719 if (ovl_indexdir(sb)) { in ovl_lower_fh_to_d()
Dutil.c90 struct dentry *ovl_indexdir(struct super_block *sb) in ovl_indexdir() function
1044 if (!lower || !ovl_indexdir(dentry->d_sb)) in ovl_need_index()
1062 struct dentry *indexdir = ovl_indexdir(dentry->d_sb); in ovl_cleanup_index()
Dcopy_up.c528 struct dentry *indexdir = ovl_indexdir(dentry->d_sb); in ovl_create_index()
955 c->workdir = ovl_indexdir(c->dentry->d_sb); in ovl_do_copy_up()
971 c->destdir = ovl_indexdir(c->dentry->d_sb); in ovl_do_copy_up()
Doverlayfs.h439 struct dentry *ovl_indexdir(struct super_block *sb);
Dinode.c1184 if ((upper || !ovl_indexdir(sb)) && in ovl_hash_bylower()
Dnamei.c1269 if (origin && ovl_indexdir(dentry->d_sb) && in ovl_lookup()