Searched refs:OVL_FS (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/fs/overlayfs/ |
D | copy_up.c | 120 error = ovl_do_setxattr(OVL_FS(sb), new, name, value, size, 0); in ovl_copy_xattr() 445 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() 517 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_link_up() 554 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_data() 573 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_metadata() 656 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_workdir() 736 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_tmpfile() 799 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up() 911 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_meta_inode_data()
|
D | util.c | 260 path->mnt = ovl_upper_mnt(OVL_FS(inode->i_sb)); in ovl_i_path_real() 656 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_impure() 678 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_check_protattr() 714 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_set_protattr() 822 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cleanup_index() 861 err = ovl_cleanup_and_whiteout(OVL_FS(dentry->d_sb), in ovl_cleanup_index()
|
D | dir.c | 237 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr() 325 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper() 365 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_clear_empty() 465 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_over_whiteout() 766 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout() 820 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_upper() 1066 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_redirect() 1114 struct ovl_fs *ofs = OVL_FS(old->d_sb); in ovl_rename()
|
D | overlayfs.h | 458 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_impuredir() 474 return OVL_FS(sb)->config.xino == OVL_XINO_ON; in ovl_xino_warn() 480 return OVL_FS(sb)->xino_mode == 0; in ovl_same_fs() 486 return OVL_FS(sb)->xino_mode >= 0; in ovl_same_dev() 491 return ovl_same_dev(sb) ? OVL_FS(sb)->xino_mode : 0; in ovl_xino_bits()
|
D | ovl_entry.h | 98 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS() function
|
D | inode.c | 24 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_setattr() 150 stat->dev = OVL_FS(dentry->d_sb)->fs[fsid].pseudo_dev; in ovl_map_dev_ino() 349 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_xattr_set() 960 return ovl_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common() 1185 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
|
D | namei.c | 34 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() 267 err = ovl_check_metacopy_xattr(OVL_FS(d->sb), &path); in ovl_lookup_single() 287 if (ovl_is_opaquedir(OVL_FS(d->sb), &path)) { in ovl_lookup_single()
|
D | file.c | 376 if (!ovl_should_sync(OVL_FS(inode->i_sb))) in ovl_write_iter() 472 ret = ovl_sync_status(OVL_FS(file_inode(file)->i_sb)); in ovl_fsync()
|
D | readdir.c | 599 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()
|
D | export.c | 253 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_encode_fh()
|