Searched refs:OVL_FS (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/overlayfs/ |
| A D | util.c | 23 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_get_write_access() 30 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_start_write() 36 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_want_write() 42 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_put_write_access() 48 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_end_write() 54 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_drop_write() 60 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_workdir() 66 struct ovl_fs *ofs = OVL_FS(sb); in ovl_override_creds() 92 struct ovl_fs *ofs = OVL_FS(sb); in ovl_indexdir() 100 struct ovl_fs *ofs = OVL_FS(sb); in ovl_index_all() [all …]
|
| A D | inode.c | 25 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_setattr() 99 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_map_dev_ino() 189 if (!is_dir || ovl_same_dev(OVL_FS(dentry->d_sb))) { in ovl_getattr() 485 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_or_remove_acl() 573 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_update_time() 840 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_next_ino() 849 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_map_ino() 983 return ovl_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common() 1169 struct ovl_fs *ofs = OVL_FS(sb); in ovl_hash_bylower() 1208 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode()
|
| A D | copy_up.c | 126 error = ovl_copy_acl(OVL_FS(sb), oldpath, new, name); in ovl_copy_xattr() 157 error = ovl_do_setxattr(OVL_FS(sb), new, name, value, size, 0); in ovl_copy_xattr() 527 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() 602 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_link_up() 644 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_data() 664 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_metadata() 764 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_workdir() 866 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_tmpfile() 941 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up() 1037 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_need_meta_copy_up() [all …]
|
| A D | export.c | 181 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_check_encode_origin() 262 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_encode_fh() 425 struct ovl_fs *ofs = OVL_FS(sb); in ovl_lookup_real_inode() 646 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_dentry() 671 struct ovl_fs *ofs = OVL_FS(sb); in ovl_upper_fh_to_d() 691 struct ovl_fs *ofs = OVL_FS(sb); in ovl_lower_fh_to_d()
|
| 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() 115 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_listxattr()
|
| A D | dir.c | 238 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr() 327 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() 449 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_over_whiteout() 757 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout() 811 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_upper() 957 return ovl_redirect_dir(OVL_FS(dentry->d_sb)) || in ovl_can_move() 1051 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_redirect() 1099 struct ovl_fs *ofs = OVL_FS(old->d_sb); in ovl_rename() 1356 if (!OVL_FS(dentry->d_sb)->tmpfile) in ovl_tmpfile()
|
| A D | namei.c | 39 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() 232 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_lookup_single() 401 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_lookup_data_layers() 881 *layer = &OVL_FS(dentry->d_sb)->layers[0]; in ovl_path_next() 924 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_maybe_validate_verity() 1034 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_lookup() 1421 positive = !ovl_path_is_whiteout(OVL_FS(dentry->d_sb), &path); in ovl_lower_positive()
|
| A D | readdir.c | 123 if (ovl_xino_bits(OVL_FS(rdd->dentry->d_sb))) in ovl_calc_d_ino() 473 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_cache_update() 616 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure() 712 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_iterate_real() 754 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_iterate() 915 err = ovl_sync_status(OVL_FS(file_inode(file)->i_sb)); in ovl_dir_fsync()
|
| A D | ovl_entry.h | 113 static inline struct ovl_fs *OVL_FS(struct super_block *sb) in OVL_FS() function
|
| A D | super.c | 191 struct ovl_fs *ofs = OVL_FS(sb); in ovl_put_super() 200 struct ovl_fs *ofs = OVL_FS(sb); in ovl_sync_fs() 243 struct ovl_fs *ofs = OVL_FS(sb); in ovl_statfs() 1238 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_root()
|
| A D | file.c | 316 if (!ovl_should_sync(OVL_FS(inode->i_sb))) in ovl_write_iter() 398 ret = ovl_sync_status(OVL_FS(file_inode(file)->i_sb)); in ovl_fsync()
|
| A D | params.c | 643 struct ovl_fs *ofs = OVL_FS(sb); in ovl_reconfigure() 956 struct ovl_fs *ofs = OVL_FS(sb); in ovl_show_options()
|
| A D | overlayfs.h | 435 return OVL_FS(sb)->creator_cred; in ovl_creds() 577 struct ovl_fs *ofs = OVL_FS(sb); in ovl_is_impuredir()
|
Completed in 38 milliseconds