/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | ordered-events.c | 18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() argument 20 struct ordered_event *last = oe->last; in queue_event() 24 ++oe->nr_events; in queue_event() 25 oe->last = new; in queue_event() 27 pr_oe_time2(timestamp, "queue_event nr_events %u\n", oe->nr_events); in queue_event() 30 list_add(&new->list, &oe->events); in queue_event() 31 oe->max_timestamp = timestamp; in queue_event() 43 if (p == &oe->events) { in queue_event() 44 list_add_tail(&new->list, &oe->events); in queue_event() 45 oe in queue_event() 64 __dup_event(struct ordered_events *oe, union perf_event *event) __dup_event() argument 78 dup_event(struct ordered_events *oe, union perf_event *event) dup_event() argument 84 __free_dup_event(struct ordered_events *oe, union perf_event *event) __free_dup_event() argument 92 free_dup_event(struct ordered_events *oe, union perf_event *event) free_dup_event() argument 99 alloc_event(struct ordered_events *oe, union perf_event *event) alloc_event() argument 172 ordered_events__new_event(struct ordered_events *oe, u64 timestamp, union perf_event *event) ordered_events__new_event() argument 186 ordered_events__delete(struct ordered_events *oe, struct ordered_event *event) ordered_events__delete() argument 194 ordered_events__queue(struct ordered_events *oe, union perf_event *event, u64 timestamp, u64 file_offset) ordered_events__queue() argument 223 do_flush(struct ordered_events *oe, bool show_progress) do_flush() argument 266 __ordered_events__flush(struct ordered_events *oe, enum oe_flush how, u64 timestamp) __ordered_events__flush() argument 339 ordered_events__flush(struct ordered_events *oe, enum oe_flush how) ordered_events__flush() argument 344 ordered_events__flush_time(struct ordered_events *oe, u64 timestamp) ordered_events__flush_time() argument 349 ordered_events__first_time(struct ordered_events *oe) ordered_events__first_time() argument 360 ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, void *data) ordered_events__init() argument 373 ordered_events_buffer__free(struct ordered_events_buffer *buffer, unsigned int max, struct ordered_events *oe) ordered_events_buffer__free() argument 386 ordered_events__free(struct ordered_events *oe) ordered_events__free() argument 409 ordered_events__reinit(struct ordered_events *oe) ordered_events__reinit() argument [all...] |
H A D | ordered-events.h | 27 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe, 55 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, 57 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event); 58 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how); 59 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp); 60 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, 62 void ordered_events__free(struct ordered_events *oe); 63 void ordered_events__reinit(struct ordered_events *oe); 64 u64 ordered_events__first_time(struct ordered_events *oe); 67 void ordered_events__set_alloc_size(struct ordered_events *oe, u6 argument 73 ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) ordered_events__set_copy_on_queue() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | ordered-events.c | 18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() argument 20 struct ordered_event *last = oe->last; in queue_event() 24 ++oe->nr_events; in queue_event() 25 oe->last = new; in queue_event() 27 pr_oe_time2(timestamp, "queue_event nr_events %u\n", oe->nr_events); in queue_event() 30 list_add(&new->list, &oe->events); in queue_event() 31 oe->max_timestamp = timestamp; in queue_event() 43 if (p == &oe->events) { in queue_event() 44 list_add_tail(&new->list, &oe->events); in queue_event() 45 oe in queue_event() 64 __dup_event(struct ordered_events *oe, union perf_event *event) __dup_event() argument 78 dup_event(struct ordered_events *oe, union perf_event *event) dup_event() argument 84 __free_dup_event(struct ordered_events *oe, union perf_event *event) __free_dup_event() argument 92 free_dup_event(struct ordered_events *oe, union perf_event *event) free_dup_event() argument 99 alloc_event(struct ordered_events *oe, union perf_event *event) alloc_event() argument 172 ordered_events__new_event(struct ordered_events *oe, u64 timestamp, union perf_event *event) ordered_events__new_event() argument 186 ordered_events__delete(struct ordered_events *oe, struct ordered_event *event) ordered_events__delete() argument 194 ordered_events__queue(struct ordered_events *oe, union perf_event *event, u64 timestamp, u64 file_offset, const char *file_path) ordered_events__queue() argument 224 do_flush(struct ordered_events *oe, bool show_progress) do_flush() argument 267 __ordered_events__flush(struct ordered_events *oe, enum oe_flush how, u64 timestamp) __ordered_events__flush() argument 340 ordered_events__flush(struct ordered_events *oe, enum oe_flush how) ordered_events__flush() argument 345 ordered_events__flush_time(struct ordered_events *oe, u64 timestamp) ordered_events__flush_time() argument 350 ordered_events__first_time(struct ordered_events *oe) ordered_events__first_time() argument 361 ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, void *data) ordered_events__init() argument 374 ordered_events_buffer__free(struct ordered_events_buffer *buffer, unsigned int max, struct ordered_events *oe) ordered_events_buffer__free() argument 387 ordered_events__free(struct ordered_events *oe) ordered_events__free() argument 410 ordered_events__reinit(struct ordered_events *oe) ordered_events__reinit() argument [all...] |
H A D | ordered-events.h | 28 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe, 56 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, 58 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event); 59 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how); 60 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp); 61 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, 63 void ordered_events__free(struct ordered_events *oe); 64 void ordered_events__reinit(struct ordered_events *oe); 65 u64 ordered_events__first_time(struct ordered_events *oe); 68 void ordered_events__set_alloc_size(struct ordered_events *oe, u6 argument 74 ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) ordered_events__set_copy_on_queue() argument 79 ordered_events__last_flush_time(struct ordered_events *oe) ordered_events__last_flush_time() argument [all...] |
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | ovl_entry.h | 127 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower() argument 129 return oe ? oe->__numlower : 0; in ovl_numlower() 132 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() argument 134 return ovl_numlower(oe) ? oe->__lowerstack : NULL; in ovl_lowerstack() 137 static inline struct ovl_path *ovl_lowerpath(struct ovl_entry *oe) in ovl_lowerpath() argument 139 return ovl_lowerstack(oe); in ovl_lowerpath() 142 static inline struct ovl_path *ovl_lowerdata(struct ovl_entry *oe) in ovl_lowerdata() argument 144 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata() 150 ovl_lowerdata_dentry(struct ovl_entry *oe) ovl_lowerdata_dentry() argument 173 struct ovl_entry *oe; global() member [all...] |
H A D | util.c | 118 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() local 120 if (oe) in ovl_alloc_entry() 121 oe->__numlower = numlower; in ovl_alloc_entry() 123 return oe; in ovl_alloc_entry() 126 void ovl_free_entry(struct ovl_entry *oe) in ovl_free_entry() argument 128 ovl_stack_put(ovl_lowerstack(oe), ovl_numlower(oe)); in ovl_free_entry() 129 kfree(oe); in ovl_free_entry() 150 struct ovl_entry *oe) in ovl_dentry_init_reval() 152 return ovl_dentry_init_flags(dentry, upperdentry, oe, OVL_D_REVALIDAT in ovl_dentry_init_reval() 149 ovl_dentry_init_reval(struct dentry *dentry, struct dentry *upperdentry, struct ovl_entry *oe) ovl_dentry_init_reval() argument 155 ovl_dentry_init_flags(struct dentry *dentry, struct dentry *upperdentry, struct ovl_entry *oe, unsigned int mask) ovl_dentry_init_flags() argument 182 struct ovl_entry *oe = OVL_E(dentry); ovl_path_type() local 215 struct ovl_entry *oe = OVL_E(dentry); ovl_path_lower() local 228 struct ovl_entry *oe = OVL_E(dentry); ovl_path_lowerdata() local 279 struct ovl_entry *oe = OVL_E(dentry); ovl_dentry_lower() local 286 struct ovl_entry *oe = OVL_E(dentry); ovl_layer_lower() local 304 struct ovl_entry *oe = OVL_E(dentry); ovl_dentry_set_lowerdata() local 1191 struct ovl_entry *oe = OVL_E(dentry); ovl_is_metacopy_dentry() local [all...] |
H A D | export.c | 79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer() local 83 return ovl_numlower(oe); in ovl_connectable_layer() 94 return ovl_lowerstack(oe)->layer->idx; in ovl_connectable_layer() 108 struct ovl_entry *oe = OVL_E(dentry); in ovl_connect_layer() local 116 origin_layer = ovl_lowerstack(oe)->layer->idx; in ovl_connect_layer() 299 struct ovl_entry *oe; in ovl_obtain_alias() local 308 oe = ovl_alloc_entry(!!lower); in ovl_obtain_alias() 309 if (!oe) in ovl_obtain_alias() 314 ovl_lowerstack(oe)->dentry = dget(lower); in ovl_obtain_alias() 315 ovl_lowerstack(oe) in ovl_obtain_alias() 354 struct ovl_entry *oe = OVL_E(dentry); ovl_dentry_real_at() local [all...] |
H A D | super.c | 107 struct ovl_entry *oe; in ovl_dentry_revalidate_common() local 118 oe = OVL_I_E(inode); in ovl_dentry_revalidate_common() 119 lowerstack = ovl_lowerstack(oe); in ovl_dentry_revalidate_common() 124 for (i = 0; ret > 0 && i < ovl_numlower(oe); i++) in ovl_dentry_revalidate_common() 161 oi->oe = NULL; in ovl_alloc_inode() 172 kfree(oi->oe); in ovl_free_inode() 182 ovl_stack_put(ovl_lowerstack(oi->oe), ovl_numlower(oi->oe)); in ovl_destroy_inode() 878 struct ovl_entry *oe, const struct path *upperpath) in ovl_get_indexdir() 890 ovl_lowerstack(oe) in ovl_get_indexdir() 877 ovl_get_indexdir(struct super_block *sb, struct ovl_fs *ofs, struct ovl_entry *oe, const struct path *upperpath) ovl_get_indexdir() argument 1173 struct ovl_entry *oe; ovl_get_lowerstack() local 1294 ovl_get_root(struct super_block *sb, struct dentry *upperdentry, struct ovl_entry *oe) ovl_get_root() argument 1337 struct ovl_entry *oe; ovl_fill_super() local [all...] |
/kernel/linux/linux-5.10/fs/omfs/ |
H A D | file.c | 22 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 in omfs_shrink_inode() 116 omfs_grow_extent(struct inode *inode, struct omfs_extent *oe, u64 *ret_block) omfs_grow_extent() argument 226 struct omfs_extent *oe; omfs_get_block() local [all...] |
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | file.c | 22 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[0].e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 28 oe->e_entry[0].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 in omfs_shrink_inode() 116 omfs_grow_extent(struct inode *inode, struct omfs_extent *oe, u64 *ret_block) omfs_grow_extent() argument 226 struct omfs_extent *oe; omfs_get_block() local [all...] |
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | util.c | 85 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() local 87 if (oe) in ovl_alloc_entry() 88 oe->numlower = numlower; in ovl_alloc_entry() 90 return oe; in ovl_alloc_entry() 118 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_init_flags() local 123 for (i = 0; i < oe->numlower; i++) in ovl_dentry_init_flags() 124 flags |= oe->lowerstack[i].dentry->d_flags; in ovl_dentry_init_flags() 142 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() local 151 if (oe->numlower) { in ovl_path_type() 159 if (oe in ovl_path_type() 175 struct ovl_entry *oe = dentry->d_fsdata; ovl_path_lower() local 187 struct ovl_entry *oe = dentry->d_fsdata; ovl_path_lowerdata() local 216 struct ovl_entry *oe = dentry->d_fsdata; ovl_dentry_lower() local 223 struct ovl_entry *oe = dentry->d_fsdata; ovl_layer_lower() local 236 struct ovl_entry *oe = dentry->d_fsdata; ovl_dentry_lowerdata() local 896 struct ovl_entry *oe = dentry->d_fsdata; ovl_is_metacopy_dentry() local [all...] |
H A D | export.c | 79 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() 287 struct ovl_entry *oe; in ovl_obtain_alias() local 315 oe = ovl_alloc_entry(lower ? 1 : 0); in ovl_obtain_alias() 316 if (!oe) in ovl_obtain_alias() 320 oe->lowerstack->dentry = dget(lower); in ovl_obtain_alias() 321 oe->lowerstack->layer = lowerpath->layer; in ovl_obtain_alias() 323 dentry->d_fsdata = oe; in ovl_obtain_alias() 342 struct ovl_entry *oe in ovl_dentry_real_at() local [all...] |
H A D | super.c | 56 static void ovl_entry_stack_free(struct ovl_entry *oe) in ovl_entry_stack_free() argument 60 for (i = 0; i < oe->numlower; i++) in ovl_entry_stack_free() 61 dput(oe->lowerstack[i].dentry); in ovl_entry_stack_free() 71 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_release() local 73 if (oe) { in ovl_dentry_release() 74 ovl_entry_stack_free(oe); in ovl_dentry_release() 75 kfree_rcu(oe, rcu); in ovl_dentry_release() 140 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_revalidate_common() local 154 for (i = 0; ret > 0 && i < oe->numlower; i++) { in ovl_dentry_revalidate_common() 155 ret = ovl_revalidate_real(oe in ovl_dentry_revalidate_common() 1442 ovl_get_indexdir(struct super_block *sb, struct ovl_fs *ofs, struct ovl_entry *oe, struct path *upperpath) ovl_get_indexdir() argument 1712 struct ovl_entry *oe; ovl_get_lowerstack() local 1838 ovl_get_root(struct super_block *sb, struct dentry *upperdentry, struct ovl_entry *oe) ovl_get_root() argument 1880 struct ovl_entry *oe; ovl_fill_super() local [all...] |
H A D | namei.c | 779 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next() local 785 return oe->numlower ? 1 : -1; in ovl_path_next() 788 BUG_ON(idx > oe->numlower); in ovl_path_next() 789 path->dentry = oe->lowerstack[idx - 1].dentry; in ovl_path_next() 790 path->mnt = oe->lowerstack[idx - 1].layer->mnt; in ovl_path_next() 792 return (idx < oe->numlower) ? idx + 1 : -1; in ovl_path_next() 819 struct ovl_entry *oe; in ovl_lookup() local 1054 oe = ovl_alloc_entry(ctr); in ovl_lookup() 1056 if (!oe) in ovl_lookup() 1059 memcpy(oe in ovl_lookup() [all...] |
/kernel/linux/linux-5.10/include/net/tc_act/ |
H A D | tc_gate.h | 116 struct action_gate_entry *oe; in tcf_gate_get_list() local 131 oe = kcalloc(num_entries, sizeof(*oe), GFP_ATOMIC); in tcf_gate_get_list() 132 if (!oe) in tcf_gate_get_list() 137 oe[i].gate_state = entry->gate_state; in tcf_gate_get_list() 138 oe[i].interval = entry->interval; in tcf_gate_get_list() 139 oe[i].ipv = entry->ipv; in tcf_gate_get_list() 140 oe[i].maxoctets = entry->maxoctets; in tcf_gate_get_list() 144 return oe; in tcf_gate_get_list()
|
/kernel/linux/linux-6.6/include/net/tc_act/ |
H A D | tc_gate.h | 111 struct action_gate_entry *oe; in tcf_gate_get_list() local 126 oe = kcalloc(num_entries, sizeof(*oe), GFP_ATOMIC); in tcf_gate_get_list() 127 if (!oe) in tcf_gate_get_list() 132 oe[i].gate_state = entry->gate_state; in tcf_gate_get_list() 133 oe[i].interval = entry->interval; in tcf_gate_get_list() 134 oe[i].ipv = entry->ipv; in tcf_gate_get_list() 135 oe[i].maxoctets = entry->maxoctets; in tcf_gate_get_list() 139 return oe; in tcf_gate_get_list()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | dt2817.c | 39 unsigned int oe = 0; in dt2817_dio_insn_config() local 57 oe |= 0x1; in dt2817_dio_insn_config() 59 oe |= 0x2; in dt2817_dio_insn_config() 61 oe |= 0x4; in dt2817_dio_insn_config() 63 oe |= 0x8; in dt2817_dio_insn_config() 65 outb(oe, dev->iobase + DT2817_CR); in dt2817_dio_insn_config()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | dt2817.c | 39 unsigned int oe = 0; in dt2817_dio_insn_config() local 57 oe |= 0x1; in dt2817_dio_insn_config() 59 oe |= 0x2; in dt2817_dio_insn_config() 61 oe |= 0x4; in dt2817_dio_insn_config() 63 oe |= 0x8; in dt2817_dio_insn_config() 65 outb(oe, dev->iobase + DT2817_CR); in dt2817_dio_insn_config()
|
/kernel/linux/linux-5.10/lib/lzo/ |
H A D | lzo1x_decompress_safe.c | 98 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 108 op = oe; in lzo1x_decompress_safe() 215 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 224 } while (op < oe); in lzo1x_decompress_safe() 225 op = oe; in lzo1x_decompress_safe() 237 } while (op < oe); in lzo1x_decompress_safe() 242 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 250 } while (op < oe); in lzo1x_decompress_safe()
|
/kernel/linux/linux-6.6/lib/lzo/ |
H A D | lzo1x_decompress_safe.c | 98 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 108 op = oe; in lzo1x_decompress_safe() 215 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 224 } while (op < oe); in lzo1x_decompress_safe() 225 op = oe; in lzo1x_decompress_safe() 237 } while (op < oe); in lzo1x_decompress_safe() 242 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 250 } while (op < oe); in lzo1x_decompress_safe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | thc63lvd1024.c | 32 struct gpio_desc *oe; member 97 gpiod_set_value(thc63->oe, 1); in thc63_enable() 105 gpiod_set_value(thc63->oe, 0); in thc63_disable() 175 thc63->oe = devm_gpiod_get_optional(thc63->dev, "oe", GPIOD_OUT_LOW); in thc63_gpio_init() 176 if (IS_ERR(thc63->oe)) { in thc63_gpio_init() 177 dev_err(thc63->dev, "Unable to get \"oe-gpios\": %ld\n", in thc63_gpio_init() 178 PTR_ERR(thc63->oe)); in thc63_gpio_init() 179 return PTR_ERR(thc63->oe); in thc63_gpio_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | thc63lvd1024.c | 32 struct gpio_desc *oe; member 97 gpiod_set_value(thc63->oe, 1); in thc63_enable() 105 gpiod_set_value(thc63->oe, 0); in thc63_disable() 175 thc63->oe = devm_gpiod_get_optional(thc63->dev, "oe", GPIOD_OUT_LOW); in thc63_gpio_init() 176 if (IS_ERR(thc63->oe)) { in thc63_gpio_init() 177 dev_err(thc63->dev, "Unable to get \"oe-gpios\": %ld\n", in thc63_gpio_init() 178 PTR_ERR(thc63->oe)); in thc63_gpio_init() 179 return PTR_ERR(thc63->oe); in thc63_gpio_init()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-si521xx.c | 44 #define SI521XX_OE_MAP_GET_OE(oe, map) (((map) >> (((oe) - 1) * 8)) & 0xff) 257 int oe, b, ctr = 0; in si521xx_diff_idx_to_reg_bit() local 259 for (oe = 1; oe <= 2; oe++) { in si521xx_diff_idx_to_reg_bit() 260 mask = bitrev8(SI521XX_OE_MAP_GET_OE(oe, chip_info)); in si521xx_diff_idx_to_reg_bit() 264 clk->reg = SI521XX_REG_OE(oe); in si521xx_diff_idx_to_reg_bit()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fslog.c | 2951 struct OPEN_ATTR_ENRTY *oe = NULL; in find_loaded_attr() local 2953 while ((oe = enum_rstbl(log->open_attr_tbl, oe))) { in find_loaded_attr() 2956 if (ino_get(&oe->ref) != rno) in find_loaded_attr() 2959 op_attr = (struct OpenAttr *)oe->ptr; in find_loaded_attr() 3015 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action() argument 3048 oa = oe->ptr; in do_action() 3156 t32 = le32_to_cpu(oe->bytes_per_index); in do_action() 3737 struct OPEN_ATTR_ENRTY *oe; in log_replay() local 4292 oe in log_replay() [all...] |
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | xattr.c | 524 struct mb_cache_entry *oe; in ext2_xattr_set() local 526 oe = mb_cache_entry_delete_or_get(EA_BLOCK_CACHE(inode), in ext2_xattr_set() 528 if (!oe) { in ext2_xattr_set() 535 mb_cache_entry_put(EA_BLOCK_CACHE(inode), oe); in ext2_xattr_set() local 662 struct mb_cache_entry *oe; in ext2_xattr_release_block() local 668 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext2_xattr_release_block() 670 if (oe) { in ext2_xattr_release_block() 676 mb_cache_entry_wait_unused(oe); in ext2_xattr_release_block() 677 mb_cache_entry_put(ea_block_cache, oe); in ext2_xattr_release_block()
|