Searched refs:upperdentry (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | inode.c | 27 struct dentry *upperdentry; in ovl_setattr() local 45 upperdentry = ovl_dentry_upper(dentry); in ovl_setattr() 48 winode = d_inode(upperdentry); in ovl_setattr() 79 inode_lock(upperdentry->d_inode); in ovl_setattr() 81 err = ovl_do_notify_change(ofs, upperdentry, attr); in ovl_setattr() 84 inode_unlock(upperdentry->d_inode); in ovl_setattr() 476 struct dentry *upperdentry = ovl_dentry_upper(dentry); in ovl_set_or_remove_acl() local 477 struct dentry *realdentry = upperdentry ?: ovl_dentry_lower(dentry); in ovl_set_or_remove_acl() 484 if (!acl && !upperdentry) { in ovl_set_or_remove_acl() 497 if (!upperdentry) { in ovl_set_or_remove_acl() [all …]
|
| H A D | copy_up.c | 369 struct dentry *upperdentry, struct kstat *stat) in ovl_set_size() argument 376 return ovl_do_notify_change(ofs, upperdentry, &attr); in ovl_set_size() 379 static int ovl_set_timestamps(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_timestamps() argument 389 return ovl_do_notify_change(ofs, upperdentry, &attr); in ovl_set_timestamps() 392 int ovl_set_attr(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_attr() argument 402 err = ovl_do_notify_change(ofs, upperdentry, &attr); in ovl_set_attr() 410 err = ovl_do_notify_change(ofs, upperdentry, &attr); in ovl_set_attr() 413 ovl_set_timestamps(ofs, upperdentry, stat); in ovl_set_attr()
|
| H A D | super.c | 1309 struct dentry *upperdentry, in ovl_get_root() argument 1318 .upperdentry = upperdentry, in ovl_get_root() 1326 if (upperdentry) { in ovl_get_root() 1328 ino = d_inode(upperdentry)->i_ino; in ovl_get_root() 1331 if (ovl_is_impuredir(sb, upperdentry)) in ovl_get_root() 1355 ovl_dentry_init_flags(root, upperdentry, oe, DCACHE_OP_WEAK_REVALIDATE); in ovl_get_root() 1357 dget(upperdentry); in ovl_get_root()
|
| H A D | dir.c | 270 static int ovl_set_opaque(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_opaque() argument 277 return ovl_set_opaque_xerr(dentry, upperdentry, -EIO); in ovl_set_opaque() 289 .upperdentry = newdentry, in ovl_instantiate() 460 static int ovl_set_upper_acl(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_upper_acl() argument 466 return ovl_do_set_acl(ofs, upperdentry, acl_name, acl); in ovl_set_upper_acl()
|