Home
last modified time | relevance | path

Searched +defs:version +defs:c (Results 1 – 25 of 164) sorted by relevance

1234567

/linux-6.15/fs/bcachefs/
H A Djournal_io.c272 u32 version, in journal_entry_err_msg()
299 #define journal_entry_err(c, version, jset, entry, _err, msg, ...) \ argument
334 unsigned version, int big_endian) in journal_validate_key()
394 unsigned version, int big_endian, in journal_entry_btree_keys_validate()
436 unsigned version, int big_endian, in journal_entry_btree_root_validate()
478 unsigned version, int big_endian, in journal_entry_prio_ptrs_validate()
493 unsigned version, int big_endian, in journal_entry_blacklist_validate()
520 unsigned version, int big_endian, in journal_entry_blacklist_v2_validate()
562 unsigned version, int big_endian, in journal_entry_usage_validate()
596 unsigned version, int big_endian, in journal_entry_data_usage_validate()
[all …]
H A Dsuper-io.h15 static inline bool bch2_version_compatible(u16 version) in bch2_version_compatible()
26 static inline int bch2_request_incompat_feature(struct bch_fs *c, in bch2_request_incompat_feature()
27 enum bcachefs_metadata_version version) in bch2_request_incompat_feature()
71 static inline __le64 bch2_sb_magic(struct bch_fs *c) in bch2_sb_magic()
79 static inline __u64 jset_magic(struct bch_fs *c) in jset_magic()
84 static inline __u64 bset_magic(struct bch_fs *c) in bset_magic()
102 static inline void bch2_check_set_feature(struct bch_fs *c, unsigned feat) in bch2_check_set_feature()
H A Dbtree_io.h18 static inline void set_btree_node_dirty_acct(struct bch_fs *c, struct btree *b) in set_btree_node_dirty_acct()
24 static inline void clear_btree_node_dirty_acct(struct bch_fs *c, struct btree *b) in clear_btree_node_dirty_acct()
38 struct bch_fs *c; member
83 static inline bool bch2_maybe_compact_whiteouts(struct bch_fs *c, struct btree *b) in bch2_maybe_compact_whiteouts()
102 static inline int bset_encrypt(struct bch_fs *c, struct bset *i, unsigned offset) in bset_encrypt()
164 unsigned version, unsigned big_endian, in compat_bformat()
187 unsigned version, unsigned big_endian, in compat_bpos()
199 unsigned version, unsigned big_endian, in compat_btree_node()
H A Dsuper-io.c29 u16 version; member
69 int bch2_set_version_incompat(struct bch_fs *c, enum bcachefs_metadata_version version) in bch2_set_version_incompat()
257 struct bch_fs *c = container_of(sb, struct bch_fs, disk_sb); in bch2_sb_field_resize_id() local
348 u16 version = le16_to_cpu(sb->version); in bch2_sb_compatible() local
587 static void bch2_sb_update(struct bch_fs *c) in bch2_sb_update()
688 int bch2_sb_to_fs(struct bch_fs *c, struct bch_sb *src) in bch2_sb_to_fs()
705 int bch2_sb_from_fs(struct bch_fs *c, struct bch_dev *ca) in bch2_sb_from_fs()
967 static void read_back_super(struct bch_fs *c, struct bch_dev *ca) in read_back_super()
1012 int bch2_write_super(struct bch_fs *c) in bch2_write_super()
1219 void __bch2_check_set_feature(struct bch_fs *c, unsigned feat) in __bch2_check_set_feature()
[all …]
H A Dchecksum.h92 static inline int bch2_encrypt_bio(struct bch_fs *c, unsigned type, in bch2_encrypt_bio()
130 static inline enum bch_csum_type bch2_data_checksum_type(struct bch_fs *c, in bch2_data_checksum_type()
144 static inline enum bch_csum_type bch2_meta_checksum_type(struct bch_fs *c) in bch2_meta_checksum_type()
152 static inline bool bch2_checksum_type_valid(const struct bch_fs *c, in bch2_checksum_type_valid()
191 static inline struct nonce extent_nonce(struct bversion version, in extent_nonce()
226 static inline struct nonce bch2_sb_key_nonce(struct bch_fs *c) in bch2_sb_key_nonce()
H A Dsb-downgrade.c155 u16 version; member
175 static int have_stripes(struct bch_fs *c) in have_stripes()
183 int bch2_sb_set_upgrade_extra(struct bch_fs *c) in bch2_sb_set_upgrade_extra()
209 void bch2_sb_set_upgrade(struct bch_fs *c, in bch2_sb_set_upgrade()
250 static int downgrade_table_extra(struct bch_fs *c, darray_char *table) in downgrade_table_extra()
363 int bch2_sb_downgrade_update(struct bch_fs *c) in bch2_sb_downgrade_update()
424 void bch2_sb_set_downgrade(struct bch_fs *c, unsigned new_minor, unsigned old_minor) in bch2_sb_set_downgrade()
H A Dio_write.c160 struct bch_fs *c = trans->c; in bch2_sum_sector_overwrites() local
367 struct bch_fs *c = op->c; in bch2_write_index_default() local
528 struct bch_fs *c = op->c; in bch2_write_done() local
576 struct bch_fs *c = op->c; in __bch2_write_index() local
767 struct bversion version, in init_append_extent()
867 struct bch_fs *c = op->c; in bch2_write_prep_encoded_data() local
967 struct bch_fs *c = op->c; in bch2_write_extent() local
1025 struct bversion version = op->version; in bch2_write_extent() local
1182 struct bch_fs *c = op->c; in bch2_extent_is_writeable() local
1245 struct bch_fs *c = op->c; in bch2_nocow_write_convert_unwritten() local
[all …]
H A Dbkey_methods.c30 static int deleted_key_validate(struct bch_fs *c, struct bkey_s_c k, in deleted_key_validate()
44 static int empty_val_key_validate(struct bch_fs *c, struct bkey_s_c k, in empty_val_key_validate()
61 static int key_type_cookie_validate(struct bch_fs *c, struct bkey_s_c k, in key_type_cookie_validate()
126 int bch2_bkey_val_validate(struct bch_fs *c, struct bkey_s_c k, in bch2_bkey_val_validate()
169 int __bch2_bkey_validate(struct bch_fs *c, struct bkey_s_c k, in __bch2_bkey_validate()
247 int bch2_bkey_validate(struct bch_fs *c, struct bkey_s_c k, in bch2_bkey_validate()
254 int bch2_bkey_in_btree_node(struct bch_fs *c, struct btree *b, in bch2_bkey_in_btree_node()
315 void bch2_val_to_text(struct printbuf *out, struct bch_fs *c, in bch2_val_to_text()
324 void bch2_bkey_val_to_text(struct printbuf *out, struct bch_fs *c, in bch2_bkey_val_to_text()
343 bool bch2_bkey_normalize(struct bch_fs *c, struct bkey_s k) in bch2_bkey_normalize()
[all …]
H A Dchecksum.c120 struct bch_fs *c, struct nonce nonce) in bch2_poly1305_init()
130 struct bch_csum bch2_checksum(struct bch_fs *c, unsigned type, in bch2_checksum()
168 int bch2_encrypt(struct bch_fs *c, unsigned type, in bch2_encrypt()
182 static struct bch_csum __bch2_checksum_bio(struct bch_fs *c, unsigned type, in __bch2_checksum_bio()
247 struct bch_csum bch2_checksum_bio(struct bch_fs *c, unsigned type, in bch2_checksum_bio()
255 int __bch2_encrypt_bio(struct bch_fs *c, unsigned type, in __bch2_encrypt_bio()
314 int bch2_rechecksum_bio(struct bch_fs *c, struct bio *bio, in bch2_rechecksum_bio()
315 struct bversion version, in bch2_rechecksum_bio()
543 int bch2_decrypt_sb_key(struct bch_fs *c, in bch2_decrypt_sb_key()
679 void bch2_fs_encryption_exit(struct bch_fs *c) in bch2_fs_encryption_exit()
[all …]
H A Dio_read.h10 struct bch_fs *c; member
66 struct bversion version; member
149 static inline void bch2_read(struct bch_fs *c, struct bch_read_bio *rbio, in bch2_read()
179 struct bch_fs *c, in rbio_init()
/linux-6.15/fs/unicode/
H A Dutf8-core.c109 int c = utf8byte(&cur); in utf8_casefold() local
125 int c; in utf8_casefold_hash() local
151 int c = utf8byte(&cur); in utf8_normalize() local
164 size_t nr_entries, unsigned int version) in find_table_version()
175 struct unicode_map *utf8_load(unsigned int version) in utf8_load()
224 int utf8_parse_version(char *version) in utf8_parse_version()
/linux-6.15/fs/jffs2/
H A Dsummary.h49 jint32_t version; /* inode version */ member
60 jint32_t version; /* dirent version */ member
71 jint32_t version; /* version number */ member
104 jint32_t version; /* inode version */ member
116 jint32_t version; /* dirent version */ member
128 jint32_t version; member
201 #define jffs2_sum_add_kvec(a,b,c,d) (0) argument
205 #define jffs2_sum_add_inode_mem(a,b,c) do { } while (0) argument
207 #define jffs2_sum_add_xattr_mem(a,b,c) do { } while (0) argument
208 #define jffs2_sum_add_xref_mem(a,b,c) do { } while (0) argument
[all …]
H A Dxattr.h34 uint32_t version; member
105 #define jffs2_init_xattr_subsystem(c) argument
106 #define jffs2_build_xattr_subsystem(c) (0) argument
107 #define jffs2_clear_xattr_subsystem(c) argument
109 #define jffs2_xattr_do_crccheck_inode(c, ic) argument
110 #define jffs2_xattr_delete_inode(c, ic) argument
111 #define jffs2_xattr_free_inode(c, ic) argument
112 #define jffs2_verify_xattr(c) (1) argument
H A Dscan.c51 static inline int min_free(struct jffs2_sb_info *c) in min_free()
69 static int file_dirty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in file_dirty()
91 int jffs2_scan_medium(struct jffs2_sb_info *c) in jffs2_scan_medium()
290 static int jffs2_fill_scan_buf(struct jffs2_sb_info *c, void *buf, in jffs2_fill_scan_buf()
310 int jffs2_scan_classify_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_scan_classify_jeb()
330 static int jffs2_scan_xattr_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xattr_node()
335 uint32_t xid, version, totlen, crc; in jffs2_scan_xattr_node() local
386 static int jffs2_scan_xref_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xref_node()
445 static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_eraseblock()
991 static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_inode_node()
[all …]
H A Dxattr.c102 static void reclaim_xattr_datum(struct jffs2_sb_info *c) in reclaim_xattr_datum()
336 static struct jffs2_xattr_datum *create_xattr_datum(struct jffs2_sb_info *c, in create_xattr_datum()
707 void jffs2_init_xattr_subsystem(struct jffs2_sb_info *c) in jffs2_init_xattr_subsystem()
740 void jffs2_clear_xattr_subsystem(struct jffs2_sb_info *c) in jffs2_clear_xattr_subsystem()
775 int jffs2_build_xattr_subsystem(struct jffs2_sb_info *c) in jffs2_build_xattr_subsystem()
894 struct jffs2_xattr_datum *jffs2_setup_xattr_datum(struct jffs2_sb_info *c, in jffs2_setup_xattr_datum()
895 uint32_t xid, uint32_t version) in jffs2_setup_xattr_datum()
970 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_listxattr() local
1039 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in do_jffs2_getxattr() local
1101 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in do_jffs2_setxattr() local
[all …]
/linux-6.15/drivers/platform/surface/aggregator/
H A Dcore.c208 struct ssam_controller *c; in ssam_client_bind() local
260 u32 version, a, b, c; in ssam_log_firmware_version() local
279 u32 version, a, b, c; in firmware_version_show() local
385 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_shutdown() local
415 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_prepare() local
435 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_complete() local
453 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_suspend() local
483 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_resume() local
509 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_freeze() local
536 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_thaw() local
[all …]
/linux-6.15/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-hw-exynos4.c53 unsigned int version) in __exynos4_jpeg_set_img_fmt()
137 unsigned int version) in __exynos4_jpeg_set_enc_out_fmt()
169 void exynos4_jpeg_set_interrupt(void __iomem *base, unsigned int version) in exynos4_jpeg_set_interrupt()
260 void exynos4_jpeg_select_dec_q_tbl(void __iomem *base, char c, char x) in exynos4_jpeg_select_dec_q_tbl()
270 void exynos4_jpeg_select_dec_h_tbl(void __iomem *base, char c, char x) in exynos4_jpeg_select_dec_h_tbl()
/linux-6.15/drivers/net/wireguard/selftest/
H A Dallowedips.c424 static __init inline struct in_addr *ip4(u8 a, u8 b, u8 c, u8 d) in ip4()
436 static __init inline struct in6_addr *ip6(u32 a, u32 b, u32 c, u32 d) in ip6()
459 #define insert(version, mem, ipa, ipb, ipc, ipd, cidr) \ argument
471 #define test(version, mem, ipa, ipb, ipc, ipd) do { \ argument
477 #define test_negative(version, mem, ipa, ipb, ipc, ipd) do { \ argument
492 struct wg_peer *a = init_peer(), *b = init_peer(), *c = init_peer(), in wg_allowedips_selftest() local
/linux-6.15/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h47 #define nvif_rd(a,f,b,c) ({ \ argument
51 #define nvif_wr(a,f,b,c,d) ({ \ argument
57 #define nvif_wr08(a,b,c) nvif_wr((a), iowrite8, 1, (b), (u8)(c)) argument
58 #define nvif_wr16(a,b,c) nvif_wr((a), iowrite16_native, 2, (b), (u16)(c)) argument
59 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c)) argument
60 #define nvif_mask(a,b,c,d) ({ \ argument
67 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) argument
71 int version; member
/linux-6.15/arch/x86/events/zhaoxin/
H A Dcore.c425 struct event_constraint *c; in zhaoxin_get_event_constraints() local
510 struct event_constraint *c; in zhaoxin_pmu_init() local
512 int version; in zhaoxin_pmu_init() local
/linux-6.15/include/linux/
H A Dcompiler_types.h44 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) argument
72 # define __cond_lock(x,c) (c) argument
569 #define __diag_GCC(version, severity, string) argument
575 #define __diag_ignore(compiler, version, option, comment) \ argument
577 #define __diag_warn(compiler, version, option, comment) \ argument
579 #define __diag_error(compiler, version, option, comment) \ argument
/linux-6.15/tools/thermal/tmon/
H A Dtmon.c65 void version(void) in version() function
220 int id2 = 0, c; in main() local
/linux-6.15/drivers/dma/
H A Ddma-axi-dmac.c180 static struct axi_dmac_chan *to_axi_dmac_chan(struct dma_chan *c) in to_axi_dmac_chan()
486 static int axi_dmac_terminate_all(struct dma_chan *c) in axi_dmac_terminate_all()
505 static void axi_dmac_synchronize(struct dma_chan *c) in axi_dmac_synchronize()
512 static void axi_dmac_issue_pending(struct dma_chan *c) in axi_dmac_issue_pending()
624 axi_dmac_prep_peripheral_dma_vec(struct dma_chan *c, const struct dma_vec *vecs, in axi_dmac_prep_peripheral_dma_vec()
663 struct dma_chan *c, struct scatterlist *sgl, in axi_dmac_prep_slave_sg()
704 struct dma_chan *c, dma_addr_t buf_addr, size_t buf_len, in axi_dmac_prep_dma_cyclic()
743 struct dma_chan *c, struct dma_interleaved_template *xt, in axi_dmac_prep_interleaved()
813 static void axi_dmac_free_chan_resources(struct dma_chan *c) in axi_dmac_free_chan_resources()
993 static int axi_dmac_detect_caps(struct axi_dmac *dmac, unsigned int version) in axi_dmac_detect_caps()
[all …]
/linux-6.15/sound/soc/codecs/
H A Dtpa6130a2.c96 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in tpa6130a2_power_event() local
226 unsigned int version; in tpa6130a2_probe() local
/linux-6.15/drivers/media/tuners/
H A Dtda18212.c22 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18212_set_params() local
183 char *version; in tda18212_probe() local

1234567