Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 8 of 8) sorted by relevance

/fs/omfs/
Dfile.c22 struct omfs_extent *oe = (struct omfs_extent *) &bh->b_data[offset]; in omfs_make_empty_table() local
24 oe->e_next = ~cpu_to_be64(0ULL); in omfs_make_empty_table()
25 oe->e_extent_count = cpu_to_be32(1), in omfs_make_empty_table()
26 oe->e_fill = cpu_to_be32(0x22), in omfs_make_empty_table()
27 oe->e_entry.e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table()
28 oe->e_entry.e_blocks = ~cpu_to_be64(0ULL); in omfs_make_empty_table()
34 struct omfs_extent *oe; in omfs_shrink_inode() local
56 oe = (struct omfs_extent *)(&bh->b_data[OMFS_EXTENT_START]); in omfs_shrink_inode()
64 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_shrink_inode()
70 next = be64_to_cpu(oe->e_next); in omfs_shrink_inode()
[all …]
/fs/overlayfs/
Dutil.c98 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() local
100 if (oe) in ovl_alloc_entry()
101 oe->numlower = numlower; in ovl_alloc_entry()
103 return oe; in ovl_alloc_entry()
131 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_init_flags() local
136 for (i = 0; i < oe->numlower; i++) in ovl_dentry_init_flags()
137 flags |= oe->lowerstack[i].dentry->d_flags; in ovl_dentry_init_flags()
155 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() local
164 if (oe->numlower) { in ovl_path_type()
172 if (oe->numlower > 1) in ovl_path_type()
[all …]
Dexport.c79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer() local
83 return oe->numlower; in ovl_connectable_layer()
94 return oe->lowerstack[0].layer->idx; in ovl_connectable_layer()
289 struct ovl_entry *oe; in ovl_obtain_alias() local
317 oe = ovl_alloc_entry(lower ? 1 : 0); in ovl_obtain_alias()
318 if (!oe) in ovl_obtain_alias()
322 oe->lowerstack->dentry = dget(lower); in ovl_obtain_alias()
323 oe->lowerstack->layer = lowerpath->layer; in ovl_obtain_alias()
325 dentry->d_fsdata = oe; in ovl_obtain_alias()
344 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_real_at() local
[all …]
Dsuper.c62 static void ovl_entry_stack_free(struct ovl_entry *oe) in ovl_entry_stack_free() argument
66 for (i = 0; i < oe->numlower; i++) in ovl_entry_stack_free()
67 dput(oe->lowerstack[i].dentry); in ovl_entry_stack_free()
77 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_release() local
79 if (oe) { in ovl_dentry_release()
80 ovl_entry_stack_free(oe); in ovl_dentry_release()
81 kfree_rcu(oe, rcu); in ovl_dentry_release()
146 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_revalidate_common() local
160 for (i = 0; ret > 0 && i < oe->numlower; i++) { in ovl_dentry_revalidate_common()
161 ret = ovl_revalidate_real(oe->lowerstack[i].dentry, flags, in ovl_dentry_revalidate_common()
[all …]
Dnamei.c785 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next() local
791 return oe->numlower ? 1 : -1; in ovl_path_next()
794 BUG_ON(idx > oe->numlower); in ovl_path_next()
795 path->dentry = oe->lowerstack[idx - 1].dentry; in ovl_path_next()
796 path->mnt = oe->lowerstack[idx - 1].layer->mnt; in ovl_path_next()
798 return (idx < oe->numlower) ? idx + 1 : -1; in ovl_path_next()
825 struct ovl_entry *oe; in ovl_lookup() local
1060 oe = ovl_alloc_entry(ctr); in ovl_lookup()
1062 if (!oe) in ovl_lookup()
1065 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr); in ovl_lookup()
[all …]
/fs/ntfs3/
Dfslog.c2952 struct OPEN_ATTR_ENRTY *oe = NULL; in find_loaded_attr() local
2954 while ((oe = enum_rstbl(log->open_attr_tbl, oe))) { in find_loaded_attr()
2957 if (ino_get(&oe->ref) != rno) in find_loaded_attr()
2960 op_attr = (struct OpenAttr *)oe->ptr; in find_loaded_attr()
3016 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action() argument
3049 oa = oe->ptr; in do_action()
3157 t32 = le32_to_cpu(oe->bytes_per_index); in do_action()
3741 struct OPEN_ATTR_ENRTY *oe; in log_replay() local
4308 oe = NULL; in log_replay()
4309 while ((oe = enum_rstbl(oatbl, oe))) { in log_replay()
[all …]
/fs/ext4/
Dxattr.c437 struct mb_cache_entry *oe; in ext4_evict_ea_inode() local
442 while ((oe = mb_cache_entry_delete_or_get(EA_INODE_CACHE(inode), in ext4_evict_ea_inode()
444 mb_cache_entry_wait_unused(oe); in ext4_evict_ea_inode()
445 mb_cache_entry_put(EA_INODE_CACHE(inode), oe); in ext4_evict_ea_inode()
1245 struct mb_cache_entry *oe; in ext4_xattr_release_block() local
1247 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block()
1249 if (oe) { in ext4_xattr_release_block()
1251 mb_cache_entry_wait_unused(oe); in ext4_xattr_release_block()
1252 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block()
1906 struct mb_cache_entry *oe; in ext4_xattr_block_set() local
[all …]
/fs/btrfs/
Dinode.c3003 struct btrfs_ordered_extent *oe) in insert_ordered_extent_file_extent() argument
3011 btrfs_set_stack_file_extent_disk_bytenr(&stack_fi, oe->disk_bytenr); in insert_ordered_extent_file_extent()
3013 oe->disk_num_bytes); in insert_ordered_extent_file_extent()
3014 if (test_bit(BTRFS_ORDERED_TRUNCATED, &oe->flags)) in insert_ordered_extent_file_extent()
3015 logical_len = oe->truncated_len; in insert_ordered_extent_file_extent()
3017 logical_len = oe->num_bytes; in insert_ordered_extent_file_extent()
3020 btrfs_set_stack_file_extent_compression(&stack_fi, oe->compress_type); in insert_ordered_extent_file_extent()
3029 update_inode_bytes = test_bit(BTRFS_ORDERED_DIRECT, &oe->flags) || in insert_ordered_extent_file_extent()
3030 test_bit(BTRFS_ORDERED_TRUNCATED, &oe->flags); in insert_ordered_extent_file_extent()
3032 return insert_reserved_file_extent(trans, BTRFS_I(oe->inode), in insert_ordered_extent_file_extent()
[all …]