/fs/nfsd/ |
D | blocklayoutxdr.c | 21 int len = sizeof(__be32) + 5 * sizeof(__be64) + sizeof(__be32); in nfsd4_block_encode_layoutget() local 44 int len; in nfsd4_block_encode_volume() local 82 int len = sizeof(__be32), ret, i; in nfsd4_block_encode_getdeviceinfo() local 106 nfsd4_block_decode_layoutupdate(__be32 *p, u32 len, struct iomap **iomapp, in nfsd4_block_decode_layoutupdate() 178 nfsd4_scsi_decode_layoutupdate(__be32 *p, u32 len, struct iomap **iomapp, in nfsd4_scsi_decode_layoutupdate()
|
D | flexfilelayoutxdr.c | 15 int len; member 23 int len, mirror_len, ds_len, fh_len; in nfsd4_ff_encode_layoutget() local 83 int len; in nfsd4_ff_encode_getdeviceinfo() local
|
/fs/gfs2/ |
D | sys.c | 45 const char *buf, size_t len) in gfs2_attr_store() 89 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store() 125 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in withdraw_store() 145 size_t len) in statfs_sync_store() 164 size_t len) in quota_sync_store() 183 size_t len) in quota_refresh_user_store() 205 size_t len) in quota_refresh_group_store() 226 static ssize_t demote_rq_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in demote_rq_store() 337 static ssize_t block_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in block_store() 365 static ssize_t wdack_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in wdack_store() [all …]
|
/fs/ubifs/ |
D | io.c | 88 int len, int even_ebadmsg) in ubifs_leb_read() 106 int len) in ubifs_leb_write() 126 int ubifs_leb_change(struct ubifs_info *c, int lnum, const void *buf, int len) in ubifs_leb_change() 356 void ubifs_init_node(struct ubifs_info *c, void *node, int len, int pad) in ubifs_init_node() 376 void ubifs_crc_node(struct ubifs_info *c, void *node, int len) in ubifs_crc_node() 400 int ubifs_prepare_node_hmac(struct ubifs_info *c, void *node, int len, in ubifs_prepare_node_hmac() 429 void ubifs_prepare_node(struct ubifs_info *c, void *node, int len, int pad) in ubifs_prepare_node() 448 void ubifs_prep_grp_node(struct ubifs_info *c, void *node, int len, int last) in ubifs_prep_grp_node() 718 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock() 902 int ubifs_write_node_hmac(struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_write_node_hmac() [all …]
|
D | scan.c | 28 static int scan_padding_bytes(void *buf, int len) in scan_padding_bytes() 57 int ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_scan_a_node() 228 int len; in ubifs_scanned_corruption() local 258 int err, len = c->leb_size - offs; in ubifs_scan() local
|
D | recovery.c | 50 static int is_empty(void *buf, int len) in is_empty() 69 static int first_non_ff(void *buf, int len) in first_non_ff() 101 int err, offs, len; in get_master_node() local 430 int *offs, int *len) in clean_buf() 458 static int no_more_nodes(const struct ubifs_info *c, void *buf, int len, in no_more_nodes() 528 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb() local 625 int ret = 0, err, len = c->leb_size - offs, start = offs, min_io_unit; in ubifs_recover_leb() local 914 int len = c->max_write_size, err; in recover_head() local 985 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local 1407 int err, lnum, offs, len; in fix_size_in_place() local
|
/fs/xfs/scrub/ |
D | rmap.c | 70 xfs_extlen_t len = irec->rm_blockcount; in xchk_rmapbt_xref() local 177 xfs_extlen_t len, in xchk_xref_check_owner() 200 xfs_extlen_t len, in xchk_xref_is_owned_by() 211 xfs_extlen_t len, in xchk_xref_is_not_owned_by() 222 xfs_extlen_t len) in xchk_xref_has_no_owner()
|
D | alloc.c | 39 xfs_extlen_t len) in xchk_allocbt_xref_other() 79 xfs_extlen_t len) in xchk_allocbt_xref() 99 xfs_extlen_t len; in xchk_allocbt_rec() local 145 xfs_extlen_t len) in xchk_xref_is_used_space()
|
D | refcount.c | 77 xfs_extlen_t len; member 273 xfs_extlen_t len, in xchk_refcountbt_xref_rmap() 320 xfs_extlen_t len, in xchk_refcountbt_xref() 341 xfs_extlen_t len; in xchk_refcountbt_rec() local 427 xfs_extlen_t len) in xchk_xref_is_cow_staging() 473 xfs_extlen_t len) in xchk_xref_is_not_shared()
|
/fs/ |
D | filesystems.c | 49 static struct file_system_type **find_filesystem(const char *name, unsigned len) in find_filesystem() 158 int len, res; in fs_name() local 213 int len = 0; in get_filesystem_list() local 253 static struct file_system_type *__get_fs_type(const char *name, int len) in __get_fs_type() 269 int len = dot ? dot - name : strlen(name); in get_fs_type() local
|
D | splice.c | 296 struct pipe_inode_info *pipe, size_t len, in generic_file_splice_read() 366 struct pipe_inode_info *pipe, size_t len, in default_file_splice_read() 647 loff_t *ppos, size_t len, unsigned int flags, in splice_from_pipe() 681 loff_t *ppos, size_t len, unsigned int flags) in iter_file_splice_write() 802 size_t len, unsigned int flags) in default_file_splice_write() 827 loff_t *ppos, size_t len, unsigned int flags) in generic_splice_sendpage() 838 loff_t *ppos, size_t len, unsigned int flags) in do_splice_from() 855 struct pipe_inode_info *pipe, size_t len, in do_splice_to() 899 size_t len; in splice_direct_to_actor() local 1042 loff_t *opos, size_t len, unsigned int flags) in do_splice_direct() [all …]
|
/fs/ext4/ |
D | hash.c | 103 static __u32 dx_hack_hash_unsigned(const char *name, int len) in dx_hack_hash_unsigned() 119 static __u32 dx_hack_hash_signed(const char *name, int len) in dx_hack_hash_signed() 135 static void str2hashbuf_signed(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_signed() 161 static void str2hashbuf_unsigned(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_unsigned() 200 static int __ext4fs_dirhash(const char *name, int len, in __ext4fs_dirhash() 274 int ext4fs_dirhash(const struct inode *dir, const char *name, int len, in ext4fs_dirhash()
|
/fs/hfs/ |
D | string.c | 57 unsigned int hash, len = this->len; in hfs_hash_dentry() local 79 int len, tmp; in hfs_strcmp() local 96 unsigned int len, const char *str, const struct qstr *name) in hfs_compare_dentry()
|
/fs/hpfs/ |
D | name.c | 42 int hpfs_chk_name(const unsigned char *name, unsigned *len) in hpfs_chk_name() 55 unsigned len, int lc, int lng) in hpfs_translate_name() 93 int hpfs_is_name_long(const unsigned char *name, unsigned len) in hpfs_is_name_long() 107 void hpfs_adjust_length(const unsigned char *name, unsigned *len) in hpfs_adjust_length()
|
D | namei.c | 26 unsigned len = dentry->d_name.len; in hpfs_mkdir() local 134 unsigned len = dentry->d_name.len; in hpfs_create() local 221 unsigned len = dentry->d_name.len; in hpfs_mknod() local 295 unsigned len = dentry->d_name.len; in hpfs_symlink() local 374 unsigned len = dentry->d_name.len; in hpfs_unlink() local 425 unsigned len = dentry->d_name.len; in hpfs_rmdir() local
|
/fs/xfs/libxfs/ |
D | xfs_rmap.c | 33 xfs_extlen_t len, in xfs_rmap_lookup_le() 55 xfs_extlen_t len, in xfs_rmap_lookup_eq() 102 xfs_extlen_t len, in xfs_rmap_insert() 138 xfs_extlen_t len, in xfs_rmap_delete() 398 xfs_filblks_t len, in xfs_rmap_free_check_owner() 455 xfs_extlen_t len, in xfs_rmap_unmap() 652 xfs_extlen_t len, in xfs_rmap_free() 707 xfs_extlen_t len, in xfs_rmap_map() 889 xfs_extlen_t len, in xfs_rmap_alloc() 926 xfs_extlen_t len, in xfs_rmap_convert() [all …]
|
D | xfs_rtbitmap.c | 109 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back() local 284 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_forw() local 536 xfs_extlen_t len, /* length of extent to modify */ in xfs_rtmodify_range() 692 xfs_extlen_t len, /* length to free */ in xfs_rtfree_range() 768 xfs_extlen_t len, /* length of extent */ in xfs_rtcheck_range() 944 xfs_extlen_t len) /* length of extent */ in xfs_rtcheck_alloc_range() 967 xfs_extlen_t len) /* length of extent freed */ in xfs_rtfree_extent() 1087 xfs_extlen_t len, in xfs_rtalloc_extent_is_free()
|
/fs/ocfs2/dlm/ |
D | dlmdebug.c | 237 int len) in stringify_lockname() 257 char *buf, int len) in stringify_nodemap() 268 static int dump_mle(struct dlm_master_list_entry *mle, char *buf, int len) in dump_mle() 350 static int debug_purgelist_print(struct dlm_ctxt *dlm, char *buf, int len) in debug_purgelist_print() 406 static int debug_mle_print(struct dlm_ctxt *dlm, char *buf, int len) in debug_mle_print() 464 static int dump_lock(struct dlm_lock *lock, int list_type, char *buf, int len) in dump_lock() 488 static int dump_lockres(struct dlm_lock_resource *res, char *buf, int len) in dump_lockres() 662 static int debug_state_print(struct dlm_ctxt *dlm, char *buf, int len) in debug_state_print()
|
/fs/qnx4/ |
D | namei.c | 26 static int qnx4_match(int len, const char *name, in qnx4_match() 57 static struct buffer_head *qnx4_find_entry(int len, struct inode *dir, in qnx4_find_entry() 102 int len = dentry->d_name.len; in qnx4_lookup() local
|
/fs/reiserfs/ |
D | hashes.c | 44 u32 keyed_hash(const signed char *msg, int len) in keyed_hash() 128 u32 yura_hash(const signed char *msg, int len) in yura_hash() 167 u32 r5_hash(const signed char *msg, int len) in r5_hash()
|
/fs/crypto/ |
D | crypto.c | 92 struct page *dest_page, unsigned int len, in fscrypt_crypt_block() 156 unsigned int len, in fscrypt_encrypt_pagecache_blocks() 213 unsigned int len, unsigned int offs, in fscrypt_encrypt_block_inplace() 237 int fscrypt_decrypt_pagecache_blocks(struct page *page, unsigned int len, in fscrypt_decrypt_pagecache_blocks() 281 unsigned int len, unsigned int offs, in fscrypt_decrypt_block_inplace()
|
/fs/btrfs/ |
D | delalloc-space.c | 139 struct extent_changeset **reserved, u64 start, u64 len) in btrfs_check_data_free_space() 171 u64 len) in btrfs_free_reserved_data_space_noquota() 195 struct extent_changeset *reserved, u64 start, u64 len) in btrfs_free_reserved_data_space() 470 struct extent_changeset **reserved, u64 start, u64 len) in btrfs_delalloc_reserve_space() 497 u64 start, u64 len, bool qgroup_free) in btrfs_delalloc_release_space()
|
/fs/cifs/ |
D | cifs_unicode.c | 123 int len = 1; in cifs_mapchar() local 250 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16() 351 int len; in cifs_strndup_from_utf16() local 587 cifs_local_to_utf16_bytes(const char *from, int len, in cifs_local_to_utf16_bytes() 619 int len; in cifs_strndup_to_utf16() local
|
/fs/hfsplus/ |
D | unicode.c | 70 int len; in hfsplus_strcmp() local 131 int i, len, ustrlen, res, compose; in hfsplus_uni2asc() local 256 static inline int asc2unichar(struct super_block *sb, const char *astr, int len, in asc2unichar() 346 const char *astr, int len) in hfsplus_asc2uni() 389 int casefold, decompose, size, len; in hfsplus_hash_dentry() local 437 unsigned int len, const char *str, const struct qstr *name) in hfsplus_compare_dentry()
|
/fs/fat/ |
D | namei_vfat.c | 104 static unsigned int __vfat_striptail_len(unsigned int len, const char *name) in __vfat_striptail_len() 138 unsigned int len; in vfat_hashi() local 156 unsigned int len, const char *str, const struct qstr *name) in vfat_cmpi() 175 unsigned int len, const char *str, const struct qstr *name) in vfat_cmp() 222 static inline int vfat_is_used_badchars(const wchar_t *s, int len) in vfat_is_used_badchars() 281 int len; in to_shortname_char() local 511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, in xlate_to_uni() 580 int len, int is_dir, int cluster, in vfat_build_slots() 661 unsigned int len; in vfat_add_entry() local 695 unsigned int len = vfat_striptail_len(qname); in vfat_find() local
|