Searched refs:OVL_FS (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | util.c | 24 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_get_write_access() 31 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_start_write() 37 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_want_write() 43 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_put_write_access() 49 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_end_write() 55 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_drop_write() 61 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_workdir() 67 struct ovl_fs *ofs = OVL_FS(sb); in ovl_override_creds() 96 struct ovl_fs *ofs = OVL_FS(sb); in ovl_indexdir() 104 struct ovl_fs *ofs = OVL_FS(sb); in ovl_index_all() [all …]
|
| H A D | copy_up.c | 125 error = ovl_copy_acl(OVL_FS(sb), oldpath, new, name); in ovl_copy_xattr() 156 error = ovl_do_setxattr(OVL_FS(sb), new, name, value, size, 0); in ovl_copy_xattr() 524 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() 600 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_link_up() 641 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_data() 661 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_metadata() 760 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_workdir() 854 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_tmpfile() 935 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up() 1031 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_need_meta_copy_up() [all …]
|
| H A D | inode.c | 25 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_setattr() 105 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_map_dev_ino() 205 if (!is_dir || ovl_same_dev(OVL_FS(dentry->d_sb))) { in ovl_getattr() 491 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_or_remove_acl() 578 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_update_time() 844 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_next_ino() 853 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_map_ino() 987 return ovl_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common() 1173 struct ovl_fs *ofs = OVL_FS(sb); in ovl_hash_bylower() 1212 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
|
| H A D | xattrs.c | 21 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_own_xattr() 40 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_xattr_set() 109 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_listxattr()
|
| H A D | readdir.c | 154 if (ovl_xino_bits(OVL_FS(rdd->dentry->d_sb))) in ovl_calc_d_ino() 316 struct ovl_fs *ofs = OVL_FS(rdd->dentry->d_sb); in ovl_fill_merge() 438 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_dir_read_merged() 555 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_cache_update() 698 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure() 798 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_iterate_real() 877 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_need_adjust_d_ino() 1009 err = ovl_sync_status(OVL_FS(file_inode(file)->i_sb)); in ovl_dir_fsync()
|
| H A D | ovl_entry.h | 115 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS() function
|
| H A D | file.c | 367 if (!ovl_should_sync(OVL_FS(inode->i_sb))) in ovl_write_iter() 450 ret = ovl_sync_status(OVL_FS(file_inode(file)->i_sb)); in ovl_fsync()
|
| H A D | params.c | 763 struct ovl_fs *ofs = OVL_FS(sb); in ovl_reconfigure() 1052 struct ovl_fs *ofs = OVL_FS(sb); in ovl_show_options()
|