Searched refs:OVL_FS (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/fs/overlayfs/ |
| D | overlayfs.h | 339 return OVL_FS(sb)->config.xino == OVL_XINO_ON; in ovl_xino_warn() 345 return OVL_FS(sb)->xino_mode == 0; in ovl_same_fs() 351 return OVL_FS(sb)->xino_mode >= 0; in ovl_same_dev() 356 return ovl_same_dev(sb) ? OVL_FS(sb)->xino_mode : 0; in ovl_xino_bits()
|
| D | ovl_entry.h | 89 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS() function
|
| D | copy_up.c | 414 err = ovl_set_upper_fh(OVL_FS(dentry->d_sb), upper, temp); in ovl_create_index() 490 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_inode() 815 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_meta_inode_data()
|
| D | inode.c | 151 stat->dev = OVL_FS(dentry->d_sb)->fs[fsid].pseudo_dev; in ovl_map_dev_ino() 728 return ovl_do_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common() 953 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
|
| D | util.c | 569 res = ovl_do_getxattr(OVL_FS(sb), dentry, ox, &val, 1); in ovl_check_dir_xattr() 757 err = ovl_cleanup_and_whiteout(OVL_FS(dentry->d_sb), in ovl_cleanup_index()
|
| D | file.c | 357 if (!ovl_should_sync(OVL_FS(inode->i_sb))) in ovl_write_iter() 448 if (!ovl_should_sync(OVL_FS(file_inode(file)->i_sb))) in ovl_fsync()
|
| D | namei.c | 33 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() 256 err = ovl_check_metacopy_xattr(OVL_FS(d->sb), this); in ovl_lookup_single()
|
| D | readdir.c | 609 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure() 912 if (!ovl_should_sync(OVL_FS(file->f_path.dentry->d_sb))) in ovl_dir_fsync()
|
| D | dir.c | 744 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout()
|