/fs/gfs2/ |
D | sys.c | 47 const char *buf, size_t len) in gfs2_attr_store() 102 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store() 138 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in withdraw_store() 158 size_t len) in statfs_sync_store() 177 size_t len) in quota_sync_store() 196 size_t len) in quota_refresh_user_store() 218 size_t len) in quota_refresh_group_store() 239 static ssize_t demote_rq_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in demote_rq_store() 349 static ssize_t block_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in block_store() 377 static ssize_t wdack_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in wdack_store() [all …]
|
/fs/nfsd/ |
D | blocklayoutxdr.c | 19 int len = sizeof(__be32) + 5 * sizeof(__be64) + sizeof(__be32); in nfsd4_block_encode_layoutget() local 42 int len; in nfsd4_block_encode_volume() local 68 int len = sizeof(__be32), ret, i; in nfsd4_block_encode_getdeviceinfo() local 92 nfsd4_block_decode_layoutupdate(__be32 *p, u32 len, struct iomap **iomapp, in nfsd4_block_decode_layoutupdate()
|
/fs/ext4/ |
D | hash.c | 37 static __u32 dx_hack_hash_unsigned(const char *name, int len) in dx_hack_hash_unsigned() 53 static __u32 dx_hack_hash_signed(const char *name, int len) in dx_hack_hash_signed() 69 static void str2hashbuf_signed(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_signed() 97 static void str2hashbuf_unsigned(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_unsigned() 138 int ext4fs_dirhash(const char *name, int len, struct dx_hash_info *hinfo) in ext4fs_dirhash()
|
/fs/ |
D | splice.c | 309 struct pipe_inode_info *pipe, size_t len, in __generic_file_splice_read() 525 struct pipe_inode_info *pipe, size_t len, in generic_file_splice_read() 609 struct pipe_inode_info *pipe, size_t len, in default_file_splice_read() 924 loff_t *ppos, size_t len, unsigned int flags, in splice_from_pipe() 958 loff_t *ppos, size_t len, unsigned int flags) in iter_file_splice_write() 1082 size_t len, unsigned int flags) in default_file_splice_write() 1107 loff_t *ppos, size_t len, unsigned int flags) in generic_splice_sendpage() 1118 loff_t *ppos, size_t len, unsigned int flags) in do_splice_from() 1135 struct pipe_inode_info *pipe, size_t len, in do_splice_to() 1176 size_t len; in splice_direct_to_actor() local [all …]
|
D | filesystems.c | 46 static struct file_system_type **find_filesystem(const char *name, unsigned len) in find_filesystem() 152 int len, res; in fs_name() local 207 int len = 0; in get_filesystem_list() local 259 static struct file_system_type *__get_fs_type(const char *name, int len) in __get_fs_type() 275 int len = dot ? dot - name : strlen(name); in get_fs_type() local
|
/fs/ubifs/ |
D | io.c | 100 int len, int even_ebadmsg) in ubifs_leb_read() 118 int len) in ubifs_leb_write() 138 int ubifs_leb_change(struct ubifs_info *c, int lnum, const void *buf, int len) in ubifs_leb_change() 391 void ubifs_prepare_node(struct ubifs_info *c, void *node, int len, int pad) in ubifs_prepare_node() 424 void ubifs_prep_grp_node(struct ubifs_info *c, void *node, int len, int last) in ubifs_prep_grp_node() 687 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock() 879 int ubifs_write_node(struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_write_node() 918 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf() 995 int ubifs_read_node(const struct ubifs_info *c, void *buf, int type, int len, in ubifs_read_node()
|
D | journal.c | 115 static int reserve_space(struct ubifs_info *c, int jhead, int len) in reserve_space() 255 static int write_node(struct ubifs_info *c, int jhead, void *node, int len, in write_node() 286 static int write_head(struct ubifs_info *c, int jhead, void *buf, int len, in write_head() 323 static int make_reservation(struct ubifs_info *c, int jhead, int len) in make_reservation() 545 int err, dlen, ilen, len, lnum, ino_offs, dent_offs; in ubifs_jnl_update() local 702 const union ubifs_key *key, const void *buf, int len) in ubifs_jnl_write_data() 794 int sync = 0, len = UBIFS_INO_NODE_SZ, last_reference = !inode->i_nlink; in ubifs_jnl_write_inode() local 937 int err, dlen1, dlen2, ilen, lnum, offs, len; in ubifs_jnl_rename() local 1112 int err, len, compr_type, out_len; in recomp_data_node() local 1157 int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode); in ubifs_jnl_truncate() local [all …]
|
D | scan.c | 40 static int scan_padding_bytes(void *buf, int len) in scan_padding_bytes() 69 int ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_scan_a_node() 241 int len; in ubifs_scanned_corruption() local 271 int err, len = c->leb_size - offs; in ubifs_scan() local
|
D | recovery.c | 62 static int is_empty(void *buf, int len) in is_empty() 81 static int first_non_ff(void *buf, int len) in first_non_ff() 113 int err, offs, len; in get_master_node() local 441 int *offs, int *len) in clean_buf() 470 static int no_more_nodes(const struct ubifs_info *c, void *buf, int len, in no_more_nodes() 540 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb() local 637 int ret = 0, err, len = c->leb_size - offs, start = offs, min_io_unit; in ubifs_recover_leb() local 926 int len = c->max_write_size, err; in recover_head() local 997 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local 1419 int err, lnum, offs, len; in fix_size_in_place() local
|
/fs/logfs/ |
D | journal.c | 165 u16 type, len, datalen; in __read_je_header() local 187 u16 len; in __read_je_payload() local 266 u16 len, datalen, last_len = 0; in logfs_read_segment() local 421 struct logfs_journal_header *jh, size_t len, size_t datalen, in __logfs_write_header() 440 size_t len = datalen; in logfs_write_header() local 451 u16 *type, size_t *len) in logfs_write_erasecount() 516 u16 *type, size_t *len) in __logfs_write_anchor() 536 u16 *type, size_t *len) in logfs_write_dynsb() 575 u16 *type, size_t *len) in logfs_write_area() 594 u16 *type, size_t *len) in logfs_write_commit() [all …]
|
D | dev_mtd.c | 16 static int logfs_mtd_read(struct super_block *sb, loff_t ofs, size_t len, in logfs_mtd_read() 35 static int loffs_mtd_write(struct super_block *sb, loff_t ofs, size_t len, in loffs_mtd_write() 73 size_t len) in logfs_mtd_erase_mapping() 90 static int logfs_mtd_erase(struct super_block *sb, loff_t ofs, size_t len, in logfs_mtd_erase() 205 static void logfs_mtd_writeseg(struct super_block *sb, u64 ofs, size_t len) in logfs_mtd_writeseg()
|
/fs/hpfs/ |
D | name.c | 41 int hpfs_chk_name(const unsigned char *name, unsigned *len) in hpfs_chk_name() 54 unsigned len, int lc, int lng) in hpfs_translate_name() 92 int hpfs_is_name_long(const unsigned char *name, unsigned len) in hpfs_is_name_long() 106 void hpfs_adjust_length(const unsigned char *name, unsigned *len) in hpfs_adjust_length()
|
D | namei.c | 25 unsigned len = dentry->d_name.len; in hpfs_mkdir() local 133 unsigned len = dentry->d_name.len; in hpfs_create() local 220 unsigned len = dentry->d_name.len; in hpfs_mknod() local 294 unsigned len = dentry->d_name.len; in hpfs_symlink() local 372 unsigned len = dentry->d_name.len; in hpfs_unlink() local 423 unsigned len = dentry->d_name.len; in hpfs_rmdir() local
|
/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/xfs/ |
D | xfs_acl.c | 41 int len, in xfs_acl_from_disk() 132 int len; in xfs_get_acl() local 203 int len = XFS_ACL_MAX_SIZE(ip->i_mount); in __xfs_set_acl() local 258 int len = XFS_ACL_MAX_SIZE(XFS_M(inode->i_sb)); in xfs_acl_exists() 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/qnx4/ |
D | namei.c | 25 static int qnx4_match(int len, const char *name, in qnx4_match() 56 static struct buffer_head *qnx4_find_entry(int len, struct inode *dir, in qnx4_find_entry() 101 int len = dentry->d_name.len; in qnx4_lookup() local
|
/fs/hfsplus/ |
D | unicode.c | 69 int len; in hfsplus_strcmp() local 130 int i, len, ustrlen, res, compose; in hfsplus_uni2asc() local 255 static inline int asc2unichar(struct super_block *sb, const char *astr, int len, in asc2unichar() 300 const char *astr, int len) in hfsplus_asc2uni() 342 int casefold, decompose, size, len; in hfsplus_hash_dentry() local 389 unsigned int len, const char *str, const struct qstr *name) in hfsplus_compare_dentry()
|
/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 98 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back() local 273 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_forw() local 519 xfs_extlen_t len, /* length of extent to modify */ in xfs_rtmodify_range() 676 xfs_extlen_t len, /* length to free */ in xfs_rtfree_range() 752 xfs_extlen_t len, /* length of extent */ in xfs_rtcheck_range() 928 xfs_extlen_t len) /* length of extent */ in xfs_rtcheck_alloc_range() 951 xfs_extlen_t len) /* length of extent freed */ in xfs_rtfree_extent()
|
/fs/affs/ |
D | namei.c | 69 u32 len; in __affs_hash_dentry() local 100 static inline int __affs_compare_dentry(unsigned int len, in __affs_compare_dentry() 135 unsigned int len, const char *str, const struct qstr *name) in affs_compare_dentry() 144 unsigned int len, const char *str, const struct qstr *name) in affs_intl_compare_dentry() 159 int len = dentry->d_name.len; in affs_match() local 175 affs_hash_name(struct super_block *sb, const u8 *name, unsigned int len) in affs_hash_name()
|
/fs/btrfs/ |
D | hash.h | 28 static inline u64 btrfs_name_hash(const char *name, int len) in btrfs_name_hash() 37 int len) in btrfs_extref_hash()
|
D | extent_map.c | 85 static u64 range_end(u64 start, u64 len) in range_end() 286 int unpin_extent_cache(struct extent_map_tree *tree, u64 start, u64 len, in unpin_extent_cache() 372 u64 start, u64 len, int strict) in __lookup_extent_mapping() 411 u64 start, u64 len) in lookup_extent_mapping() 428 u64 start, u64 len) in search_extent_mapping()
|
/fs/cifs/ |
D | cifs_unicode.c | 132 int len = 1; in cifs_mapchar() local 259 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16() 360 int len; in cifs_strndup_from_utf16() local 594 cifs_local_to_utf16_bytes(const char *from, int len, in cifs_local_to_utf16_bytes() 626 int len; in cifs_strndup_to_utf16() local
|
/fs/ocfs2/dlm/ |
D | dlmdebug.c | 252 int len) in stringify_lockname() 272 char *buf, int len) in stringify_nodemap() 283 static int dump_mle(struct dlm_master_list_entry *mle, char *buf, int len) in dump_mle() 385 static int debug_purgelist_print(struct dlm_ctxt *dlm, char *buf, int len) in debug_purgelist_print() 441 static int debug_mle_print(struct dlm_ctxt *dlm, char *buf, int len) in debug_mle_print() 499 static int dump_lock(struct dlm_lock *lock, int list_type, char *buf, int len) in dump_lock() 523 static int dump_lockres(struct dlm_lock_resource *res, char *buf, int len) in dump_lockres() 697 static int debug_state_print(struct dlm_ctxt *dlm, char *buf, int len) in debug_state_print()
|
/fs/fat/ |
D | namei_vfat.c | 90 static unsigned int __vfat_striptail_len(unsigned int len, const char *name) in __vfat_striptail_len() 124 unsigned int len; in vfat_hashi() local 142 unsigned int len, const char *str, const struct qstr *name) in vfat_cmpi() 161 unsigned int len, const char *str, const struct qstr *name) in vfat_cmp() 208 static inline int vfat_is_used_badchars(const wchar_t *s, int len) in vfat_is_used_badchars() 267 int len; in to_shortname_char() local 497 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, in xlate_to_uni() 579 int len, int is_dir, int cluster, in vfat_build_slots() 660 unsigned int len; in vfat_add_entry() local 694 unsigned int len = vfat_striptail_len(qname); in vfat_find() local
|