Searched refs:count (Results 276 - 300 of 7674) sorted by path

<<11121314151617181920>>

/linux-master/fs/reiserfs/
H A Ditem_ops.c80 static int sd_part_size(struct virtual_item *vi, int first, int count) argument
82 BUG_ON(count);
172 static int direct_part_size(struct virtual_item *vi, int first, int count) argument
174 return count;
580 static int direntry_part_size(struct virtual_item *vi, int first, int count) argument
590 from = dir_u->entry_count - count;
591 to = from + count - 1;
698 static int errcatch_part_size(struct virtual_item *vi, int first, int count) argument
/linux-master/fs/squashfs/
H A Ddir.c161 dir_count = le32_to_cpu(dirh.count) + 1;
H A Dnamei.c169 dir_count = le32_to_cpu(dirh.count) + 1;
/linux-master/fs/sysv/
H A Dballoc.c48 unsigned count; local
65 count = fs16_to_cpu(sbi, *sbi->s_bcache_count);
67 if (count > sbi->s_flc_size) {
76 if (count == sbi->s_flc_size || count == 0) {
85 *(__fs16*)bh->b_data = cpu_to_fs16(sbi, count);
86 memcpy(get_chunk(sb,bh), blocks, count * sizeof(sysv_zone_t));
90 count = 0;
92 sbi->s_bcache[count++] = nr;
94 *sbi->s_bcache_count = cpu_to_fs16(sbi, count);
106 unsigned count; local
128 unsigned count; local
163 int count; local
[all...]
/linux-master/fs/ufs/
H A Dcylinder.c44 UCPI_UBH(ucpi)->count = uspi->s_cgsize >> sb->s_blocksize_bits;
49 for (i = 1; i < UCPI_UBH(ucpi)->count; i++)
113 for (i = 1; i < UCPI_UBH(ucpi)->count; i++) {
H A Dufs_fs.h653 __fs16 ui_nlink; /* 2: File link count. */
657 __fs64 ui_size; /* 16: File byte count. */
704 __u64 count; /* number of fragments */ member in struct:ufs_buffer_head
/linux-master/include/crypto/internal/
H A Drng.h17 int crypto_register_rngs(struct rng_alg *algs, int count);
18 void crypto_unregister_rngs(struct rng_alg *algs, int count);
H A Dsimd.h24 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count,
27 void simd_unregister_skciphers(struct skcipher_alg *algs, int count,
42 int simd_register_aeads_compat(struct aead_alg *algs, int count,
45 void simd_unregister_aeads(struct aead_alg *algs, int count,
/linux-master/include/linux/bcma/
H A Dbcma.h52 size_t count, u16 offset, u8 reg_width);
54 size_t count, u16 offset, u8 reg_width);
396 size_t count, u16 offset, u8 reg_width)
398 core->bus->ops->block_read(core, buffer, count, offset, reg_width);
401 const void *buffer, size_t count,
404 core->bus->ops->block_write(core, buffer, count, offset, reg_width);
395 bcma_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) argument
400 bcma_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
/linux-master/include/linux/
H A Dcdev.h20 unsigned int count; member in struct:cdev
H A Ddevcoredump.h60 ssize_t (*read)(char *buffer, loff_t offset, size_t count,
76 ssize_t (*read)(char *buffer, loff_t offset, size_t count,
74 dev_coredumpm(struct device *dev, struct module *owner, void *data, size_t datalen, gfp_t gfp, ssize_t (*read)(char *buffer, loff_t offset, size_t count, void *data, size_t datalen), void (*free)(void *data)) argument
H A Dgnss.h34 size_t count);
47 unsigned int count; member in struct:gnss_device
64 size_t count);
H A Dnvram.h81 static inline ssize_t nvram_read_bytes(char *buf, size_t count, loff_t *ppos) argument
89 for (i = *ppos; count > 0 && i < nvram_size; ++i, ++p, --count)
95 static inline ssize_t nvram_write_bytes(char *buf, size_t count, loff_t *ppos) argument
103 for (i = *ppos; count > 0 && i < nvram_size; ++i, ++p, --count)
109 static inline ssize_t nvram_read(char *buf, size_t count, loff_t *ppos) argument
113 return ppc_md.nvram_read(buf, count, ppos);
116 return arch_nvram_ops.read(buf, count, ppos);
118 return nvram_read_bytes(buf, count, ppo
121 nvram_write(char *buf, size_t count, loff_t *ppos) argument
[all...]
H A Dparman.h60 unsigned long to_index, unsigned long count);
/linux-master/include/linux/ceph/
H A Dtypes.h26 int count; member in struct:ceph_cap_reservation
/linux-master/include/linux/mfd/
H A Das3722.h397 int count, u8 *buf)
399 return regmap_bulk_read(as3722->regmap, reg, buf, count);
403 int count, u8 *data)
405 return regmap_bulk_write(as3722->regmap, reg, data, count);
396 as3722_block_read(struct as3722 *as3722, u32 reg, int count, u8 *buf) argument
402 as3722_block_write(struct as3722 *as3722, u32 reg, int count, u8 *data) argument
H A Dmax14577-private.h454 int count)
456 return regmap_bulk_read(map, reg, buf, count);
465 int count)
467 return regmap_bulk_write(map, reg, buf, count);
453 max14577_bulk_read(struct regmap *map, u8 reg, u8 *buf, int count) argument
464 max14577_bulk_write(struct regmap *map, u8 reg, u8 *buf, int count) argument
H A Dmax8997-private.h404 extern int max8997_bulk_read(struct i2c_client *i2c, u8 reg, int count,
407 extern int max8997_bulk_write(struct i2c_client *i2c, u8 reg, int count,
H A Dmax8998-private.h162 extern int max8998_bulk_read(struct i2c_client *i2c, u8 reg, int count,
165 extern int max8998_bulk_write(struct i2c_client *i2c, u8 reg, int count,
H A Dqcom_rpm.h12 int qcom_rpm_write(struct qcom_rpm *rpm, int state, int resource, u32 *buf, size_t count);
/linux-master/include/linux/mfd/da9150/
H A Dcore.h71 void da9150_read_qif(struct da9150 *da9150, u8 addr, int count, u8 *buf);
72 void da9150_write_qif(struct da9150 *da9150, u8 addr, int count, const u8 *buf);
78 void da9150_bulk_read(struct da9150 *da9150, u16 reg, int count, u8 *buf);
79 void da9150_bulk_write(struct da9150 *da9150, u16 reg, int count, const u8 *buf);
/linux-master/include/linux/mfd/wm831x/
H A Dcore.h413 int count, u16 *buf);
/linux-master/include/linux/mfd/wm8994/
H A Dcore.h102 int count, u16 *buf)
104 return regmap_bulk_read(wm8994->regmap, reg, buf, count);
108 int count, const u16 *buf)
110 return regmap_raw_write(wm8994->regmap, reg, buf, count * sizeof(u16));
101 wm8994_bulk_read(struct wm8994 *wm8994, unsigned short reg, int count, u16 *buf) argument
107 wm8994_bulk_write(struct wm8994 *wm8994, unsigned short reg, int count, const u16 *buf) argument
/linux-master/include/linux/mtd/
H A Donenand.h109 unsigned char *buffer, int offset, size_t count);
111 const unsigned char *buffer, int offset, size_t count);
235 unsigned char *buffer, int offset, size_t count);
/linux-master/include/media/
H A Ddemux.h384 * function implementation should increment the demux usage count when
390 * -EUSERS, if maximum usage count was reached;
397 * function implementation should increment the demux usage count when
418 * The @count function parameter contains the length of the TS data.
567 size_t count);

Completed in 378 milliseconds

<<11121314151617181920>>