Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/fs/sysv/
Dballoc.c47 unsigned count; in sysv_free_block() local
105 unsigned count; in sysv_new_block() local
127 unsigned count; in sysv_new_block() local
162 int count; in sysv_count_free_blocks() local
Dialloc.c107 unsigned count; in sysv_free_inode() local
141 unsigned count; in sysv_new_inode() local
186 int ino, count, sb_count; in sysv_count_free_inodes() local
/fs/
Deventfd.c36 __u64 count; member
121 u64 count; in eventfd_poll() local
226 static ssize_t eventfd_read(struct file *file, char __user *buf, size_t count, in eventfd_read()
242 static ssize_t eventfd_write(struct file *file, const char __user *buf, size_t count, in eventfd_write()
391 struct file *eventfd_file_create(unsigned int count, int flags) in eventfd_file_create()
420 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) in SYSCALL_DEFINE2() argument
445 SYSCALL_DEFINE1(eventfd, unsigned int, count) in SYSCALL_DEFINE1() argument
Dchar_dev.c180 int register_chrdev_region(dev_t from, unsigned count, const char *name) in register_chrdev_region()
216 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, in alloc_chrdev_region()
249 unsigned int count, const char *name, in __register_chrdev()
291 void unregister_chrdev_region(dev_t from, unsigned count) in unregister_chrdev_region()
316 unsigned int count, const char *name) in __unregister_chrdev()
458 int cdev_add(struct cdev *p, dev_t dev, unsigned count) in cdev_add()
554 static void cdev_unmap(dev_t dev, unsigned count) in cdev_unmap()
Dreaddir.c145 struct old_linux_dirent __user *, dirent, unsigned int, count) in SYSCALL_DEFINE3() argument
182 int count; member
234 struct linux_dirent __user *, dirent, unsigned int, count) in SYSCALL_DEFINE3() argument
270 int count; member
318 struct linux_dirent64 __user *, dirent, unsigned int, count) in SYSCALL_DEFINE3() argument
Dread_write.c379 int rw_verify_area(int read_write, struct file *file, const loff_t *ppos, size_t count) in rw_verify_area()
430 ssize_t __vfs_read(struct file *file, char __user *buf, size_t count, in __vfs_read()
442 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read()
487 ssize_t __vfs_write(struct file *file, const char __user *p, size_t count, in __vfs_write()
499 ssize_t __kernel_write(struct file *file, const char *buf, size_t count, loff_t *pos) in __kernel_write()
525 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write()
565 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) in SYSCALL_DEFINE3() argument
581 size_t, count) in SYSCALL_DEFINE3() argument
598 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument
618 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument
[all …]
Dbinfmt_misc.c301 static Node *create_entry(const char __user *buffer, size_t count) in create_entry()
506 static int parse_command(const char __user *buffer, size_t count) in parse_command()
629 size_t count, loff_t *ppos) in bm_entry_write()
670 size_t count, loff_t *ppos) in bm_register_write()
746 size_t count, loff_t *ppos) in bm_status_write()
/fs/configfs/
Dfile.c45 size_t count; member
69 ssize_t count; in fill_read_buffer() local
107 configfs_read_file(struct file *file, char __user *buf, size_t count, loff_t *ppos) in configfs_read_file()
138 fill_write_buffer(struct configfs_buffer * buffer, const char __user * buf, size_t count) in fill_write_buffer()
170 flush_write_buffer(struct dentry * dentry, struct configfs_buffer * buffer, size_t count) in flush_write_buffer()
197 configfs_write_file(struct file *file, const char __user *buf, size_t count, loff_t *ppos) in configfs_write_file()
/fs/ntfs/
Dbitmap.h48 const s64 start_bit, const s64 count, const u8 value) in ntfs_bitmap_set_bits_in_run()
66 const s64 count) in ntfs_bitmap_set_run()
83 const s64 count) in ntfs_bitmap_clear_run()
/fs/f2fs/
Dshrinker.c24 long count = NM_I(sbi)->nat_cnt - NM_I(sbi)->dirty_nat_cnt; in __count_nat_entries() local
31 long count = NM_I(sbi)->nid_cnt[FREE_NID] - MAX_FREE_NIDS; in __count_free_nids() local
47 unsigned long count = 0; in f2fs_shrink_count() local
/fs/ocfs2/cluster/
Dnodemanager.c200 size_t count) in o2nm_node_num_store()
255 const char *page, size_t count) in o2nm_node_ipv4_port_store()
284 size_t count) in o2nm_node_ipv4_address_store()
339 size_t count) in o2nm_node_local_store()
440 static ssize_t o2nm_cluster_attr_write(const char *page, ssize_t count, in o2nm_cluster_attr_write()
467 const char *page, size_t count) in o2nm_cluster_idle_timeout_ms_store()
504 struct config_item *item, const char *page, size_t count) in o2nm_cluster_keepalive_delay_ms_store()
541 struct config_item *item, const char *page, size_t count) in o2nm_cluster_reconnect_delay_ms_store()
560 struct config_item *item, const char *page, size_t count) in o2nm_cluster_fence_method_store()
/fs/ufs/
Dballoc.c37 void ufs_free_fragments(struct inode *inode, u64 fragment, unsigned count) in ufs_free_fragments()
133 void ufs_free_blocks(struct inode *inode, u64 fragment, unsigned count) in ufs_free_blocks()
238 unsigned int count, sector_t oldb, in ufs_change_blocknr()
344 u64 goal, unsigned count, int *err, in ufs_new_fragments()
520 unsigned cgno, fragno, fragoff, count, fragsize, i; in ufs_add_fragments() local
593 u64 goal, unsigned count, int *err) in ufs_alloc_fragments()
802 u64 goal, unsigned count) in ufs_bitmap_search()
/fs/proc/
Dpage.c29 size_t count, loff_t *ppos) in kpagecount_read()
197 size_t count, loff_t *ppos) in kpageflags_read()
241 size_t count, loff_t *ppos) in kpagecgroup_read()
Dbase.c149 unsigned int count; in pid_entry_count_dirs() local
208 unsigned long count = _count; in proc_pid_cmdline_read() local
571 size_t count, loff_t *offs) in lstats_write()
866 size_t count, loff_t *ppos, int write) in mem_rw()
924 size_t count, loff_t *ppos) in mem_read()
930 size_t count, loff_t *ppos) in mem_write()
973 size_t count, loff_t *ppos) in environ_read()
1042 static ssize_t oom_adj_read(struct file *file, char __user *buf, size_t count, in oom_adj_read()
1077 size_t count, loff_t *ppos) in oom_adj_write()
1160 size_t count, loff_t *ppos) in oom_score_adj_read()
[all …]
/fs/cifs/
Dcifs_debug.c273 const char __user *buffer, size_t count, loff_t *ppos) in cifs_stats_proc_write()
460 size_t count, loff_t *ppos) in cifsFYI_proc_write()
498 const char __user *buffer, size_t count, loff_t *ppos) in cifs_linux_ext_proc_write()
530 const char __user *buffer, size_t count, loff_t *ppos) in cifs_lookup_cache_proc_write()
562 size_t count, loff_t *ppos) in traceSMB_proc_write()
622 const char __user *buffer, size_t count, loff_t *ppos) in cifs_security_flags_proc_write()
Dcifssmb.c388 u16 count; in decode_ext_sec_blob() local
571 u16 count; in CIFSSMBNegotiate() local
1036 __u16 params, param_offset, offset, byte_count, count; in CIFSPOSIXCreate() local
1203 __u16 count; in SMBLegacyOpen() local
1307 __u16 count; in CIFS_open() local
1715 unsigned int count = io_parms->length; in CIFSSMBRead() local
1824 unsigned int count = io_parms->length; in CIFSSMBWrite() local
2231 unsigned int count = io_parms->length; in CIFSSMBWrite2() local
2330 __u16 count; in cifs_lockv() local
2376 __u16 count; in CIFSSMBLock() local
[all …]
/fs/dlm/
Drecover.c442 static int recover_master(struct dlm_rsb *r, unsigned int *count) in recover_master()
495 static int recover_master_static(struct dlm_rsb *r, unsigned int *count) in recover_master_static()
525 unsigned int count = 0; in dlm_recover_masters() local
660 int error, count = 0; in dlm_recover_locks() local
859 unsigned int count = 0; in dlm_recover_rsbs() local
937 unsigned int count = 0; in dlm_clear_toss() local
/fs/omfs/
Dbitmap.c28 int count = 0; in count_run() local
48 int nbits, int bit, int count, int set) in set_run()
174 int omfs_clear_range(struct super_block *sb, u64 block, int count) in omfs_clear_range()
/fs/pstore/
Dftrace.c60 size_t count, loff_t *ppos) in pstore_ftrace_knob_write()
94 size_t count, loff_t *ppos) in pstore_ftrace_knob_read()
Dram_core.c123 unsigned int start, unsigned int count) in persistent_ram_update_ecc()
266 const void *s, unsigned int start, unsigned int count) in persistent_ram_update()
274 const void __user *s, unsigned int start, unsigned int count) in persistent_ram_update_user()
307 const void *s, unsigned int count) in persistent_ram_write()
337 const void __user *s, unsigned int count) in persistent_ram_write_user()
/fs/fuse/
Dcontrol.c34 size_t count, loff_t *ppos) in fuse_conn_abort_write()
74 size_t count, loff_t *ppos, unsigned *val, in fuse_conn_limit_write()
118 size_t count, loff_t *ppos) in fuse_conn_max_background_write()
155 size_t count, loff_t *ppos) in fuse_conn_congestion_threshold_write()
/fs/hfs/
Dextent.c77 u16 count; in hfs_ext_find_block() local
92 u16 count = 0; in hfs_ext_block_count() local
223 u16 count, start; in hfs_add_extent() local
251 u16 count, start; in hfs_free_extents() local
/fs/ext4/
Dblock_validity.c25 unsigned int count; member
60 unsigned int count, u32 ino) in add_system_zone()
240 unsigned int count) in ext4_inode_block_valid()
/fs/sysfs/
Dfile.c48 ssize_t count; in sysfs_kf_seq_show() local
84 size_t count, loff_t pos) in sysfs_kf_bin_read()
108 size_t count, loff_t pos) in sysfs_kf_read()
134 size_t count, loff_t pos) in sysfs_kf_write()
147 size_t count, loff_t pos) in sysfs_kf_bin_write()
/fs/hfsplus/
Dextents.c53 u32 count; in hfsplus_ext_find_block() local
68 u32 count = 0; in hfsplus_ext_block_count() local
311 u32 count, start; in hfsplus_add_extent() local
340 u32 count, start; in hfsplus_free_extents() local

12345678910>>...12