Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Doverlayfs.h355 return OVL_FS(sb)->config.xino == OVL_XINO_ON; in ovl_xino_warn()
361 return OVL_FS(sb)->xino_mode == 0; in ovl_same_fs()
367 return OVL_FS(sb)->xino_mode >= 0; in ovl_same_dev()
372 return ovl_same_dev(sb) ? OVL_FS(sb)->xino_mode : 0; in ovl_xino_bits()
H A Dovl_entry.h92 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS() function
H A Dinode.c151 stat->dev = OVL_FS(dentry->d_sb)->fs[fsid].pseudo_dev; in ovl_map_dev_ino()
731 return ovl_do_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common()
956 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
H A Dcopy_up.c415 err = ovl_set_upper_fh(OVL_FS(dentry->d_sb), upper, temp); in ovl_create_index()
491 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_inode()
816 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_meta_inode_data()
H A Dutil.c579 res = ovl_do_getxattr(OVL_FS(sb), dentry, ox, &val, 1); in ovl_check_dir_xattr()
752 err = ovl_cleanup_and_whiteout(OVL_FS(dentry->d_sb), in ovl_cleanup_index()
H A Dfile.c367 if (!ovl_should_sync(OVL_FS(inode->i_sb))) in ovl_write_iter()
464 ret = ovl_sync_status(OVL_FS(file_inode(file)->i_sb)); in ovl_fsync()
H A Dnamei.c33 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect()
257 err = ovl_check_metacopy_xattr(OVL_FS(d->sb), this); in ovl_lookup_single()
H A Dreaddir.c597 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure()
891 err = ovl_sync_status(OVL_FS(file->f_path.dentry->d_sb)); in ovl_dir_fsync()
H A Ddir.c748 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout()