Home
last modified time | relevance | path

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

/Linux-v5.15/fs/overlayfs/
Dutil.c575 res = ovl_do_getxattr(OVL_FS(sb), dentry, ox, &val, 1); in ovl_check_dir_xattr()
628 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_impure()
650 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_check_protattr()
686 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_set_protattr()
794 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cleanup_index()
833 err = ovl_cleanup_and_whiteout(OVL_FS(dentry->d_sb), in ovl_cleanup_index()
Doverlayfs.h381 return OVL_FS(sb)->config.xino == OVL_XINO_ON; in ovl_xino_warn()
387 return OVL_FS(sb)->xino_mode == 0; in ovl_same_fs()
393 return OVL_FS(sb)->xino_mode >= 0; in ovl_same_dev()
398 return ovl_same_dev(sb) ? OVL_FS(sb)->xino_mode : 0; in ovl_xino_bits()
Dovl_entry.h93 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS() function
Dcopy_up.c427 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index()
535 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_inode()
759 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up()
871 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_meta_inode_data()
Ddir.c236 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr()
324 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper()
750 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout()
1051 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_redirect()
Dinode.c149 stat->dev = OVL_FS(dentry->d_sb)->fs[fsid].pseudo_dev; in ovl_map_dev_ino()
871 return ovl_do_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common()
1096 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
Dfile.c364 if (!ovl_should_sync(OVL_FS(inode->i_sb))) in ovl_write_iter()
459 ret = ovl_sync_status(OVL_FS(file_inode(file)->i_sb)); in ovl_fsync()
Dnamei.c33 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect()
261 err = ovl_check_metacopy_xattr(OVL_FS(d->sb), this); in ovl_lookup_single()
Dreaddir.c599 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure()
896 err = ovl_sync_status(OVL_FS(file->f_path.dentry->d_sb)); in ovl_dir_fsync()
Dexport.c253 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_encode_fh()