Home
last modified time | relevance | path

Searched defs:count (Results 5176 - 5200 of 17614) sorted by relevance

1...<<201202203204205206207208209210>>...705

/kernel/linux/linux-5.10/fs/hfsplus/
H A Dbtree.c350 u32 count; in hfs_bmap_reserve() local
/kernel/linux/linux-5.10/fs/jfs/
H A Dinode.c340 size_t count = iov_iter_count(iter); in jfs_direct_IO() local
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfsproc.c559 int count; in nfsd_proc_readdir() local
[all...]
H A Dnfs3proc.c437 int count = 0; in nfsd3_proc_readdir() local
497 int count = 0; nfsd3_proc_readdirplus() local
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlcnalloc.c132 ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, const s64 count, const LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone, const bool is_extension) ntfs_cluster_alloc() argument
835 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count, ntfs_attr_search_ctx *ctx, const bool is_rollback) __ntfs_cluster_free() argument
[all...]
H A Dinode.h41 atomic_t count; /* Inode reference count for book keeping. */ member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dwm8505fb.c160 contrast_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) contrast_store() argument
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dnic7018_wdt.c70 u8 count; in nic7018_get_config() local
145 u8 count; in nic7018_get_timeleft() local
[all...]
H A Dtegra_wdt.c147 int count; in tegra_wdt_get_timeleft() local
H A Dzx2967_wdt.c85 u32 count; in zx2967_wdt_set_timeout() local
H A Dalim7101_wdt.c184 fop_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) fop_write() argument
H A Dadvantechwdt.c109 advwdt_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) advwdt_write() argument
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode-map.c259 u64 count; in btrfs_unpin_free_ino() local
/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_ds2408.c67 state_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) state_read() argument
79 output_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) output_read() argument
92 activity_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) activity_read() argument
105 cond_search_mask_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) cond_search_mask_read() argument
118 cond_search_polarity_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) cond_search_polarity_read() argument
129 status_control_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) status_control_read() argument
162 output_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) output_write() argument
212 activity_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) activity_write() argument
242 status_control_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) status_control_write() argument
[all...]
H A Dw1_ds2430.c47 static inline size_t w1_f14_fix_count(loff_t off, size_t count, size_t size) in w1_f14_fix_count() argument
65 static int w1_f14_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f14_readblock() argument
97 eeprom_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) eeprom_read() argument
204 eeprom_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) eeprom_write() argument
[all...]
H A Dw1_ds2431.c46 static inline size_t w1_f2d_fix_count(loff_t off, size_t count, size_t size) in w1_f2d_fix_count() argument
64 static int w1_f2d_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f2d_readblock() argument
97 eeprom_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) eeprom_read() argument
203 eeprom_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) eeprom_write() argument
[all...]
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmiscdev.c210 ecryptfs_miscdev_read(struct file *file, char __user *buf, size_t count, in ecryptfs_miscdev_read() argument
352 ecryptfs_miscdev_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) ecryptfs_miscdev_write() argument
[all...]
/kernel/linux/linux-5.10/fs/erofs/
H A Ddecompressor.c101 unsigned int count = min_t(uint, inlen, PAGE_SIZE - pageofs_in); in generic_copy_inplace_data() local
/kernel/linux/linux-5.10/fs/iomap/
H A Ddirect-io.c427 size_t count = iov_iter_count(iter); in __iomap_dio_rw() local
/kernel/linux/linux-5.10/fs/jbd2/
H A Drevoke.c538 int i, offset, count; in jbd2_journal_write_revoke_records() local
/kernel/linux/linux-5.10/include/uapi/xen/
H A Dgntdev.h57 __u32 count; member
79 __u32 count; member
105 __u32 count; member
120 __u32 count; member
195 unsigned int count; member
242 __u32 count; global() member
285 __u32 count; global() member
[all...]
/kernel/linux/linux-5.10/include/uapi/mtd/
H A Dubi-user.h397 __s32 count; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcciss_ioctl.h23 __u32 count; member
H A Dfpga-dfl.h163 __u32 count; member
/kernel/linux/linux-5.10/include/xen/
H A Dgrant_table.h62 u16 count; member
77 unsigned int count; member
204 unsigned int count; member

Completed in 19 milliseconds

1...<<201202203204205206207208209210>>...705