/fs/ext4/ |
D | hash.c | 38 static __u32 dx_hack_hash_unsigned(const char *name, int len) in dx_hack_hash_unsigned() 54 static __u32 dx_hack_hash_signed(const char *name, int len) in dx_hack_hash_signed() 70 static void str2hashbuf_signed(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_signed() 98 static void str2hashbuf_unsigned(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_unsigned() 139 int ext4fs_dirhash(const char *name, int len, struct dx_hash_info *hinfo) in ext4fs_dirhash()
|
/fs/ext3/ |
D | hash.c | 38 static __u32 dx_hack_hash_unsigned(const char *name, int len) in dx_hack_hash_unsigned() 54 static __u32 dx_hack_hash_signed(const char *name, int len) in dx_hack_hash_signed() 70 static void str2hashbuf_signed(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_signed() 98 static void str2hashbuf_unsigned(const char *msg, int len, __u32 *buf, int num) in str2hashbuf_unsigned() 139 int ext3fs_dirhash(const char *name, int len, struct dx_hash_info *hinfo) in ext3fs_dirhash()
|
/fs/hpfs/ |
D | name.c | 20 void hpfs_decide_conv(struct inode *inode, unsigned char *name, unsigned len) in hpfs_decide_conv() 74 int hpfs_chk_name(unsigned char *name, unsigned *len) in hpfs_chk_name() 87 unsigned len, int lc, int lng) in hpfs_translate_name() 123 int hpfs_is_name_long(unsigned char *name, unsigned len) in hpfs_is_name_long() 137 void hpfs_adjust_length(unsigned char *name, unsigned *len) in hpfs_adjust_length()
|
D | namei.c | 14 unsigned len = dentry->d_name.len; in hpfs_mkdir() local 124 unsigned len = dentry->d_name.len; in hpfs_create() local 214 unsigned len = dentry->d_name.len; in hpfs_mknod() local 292 unsigned len = dentry->d_name.len; in hpfs_symlink() local 372 unsigned len = dentry->d_name.len; in hpfs_unlink() local 454 unsigned len = dentry->d_name.len; in hpfs_rmdir() local
|
D | ea.c | 14 void hpfs_ea_ext_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_ext_remove() 77 int ano, len; in hpfs_read_ea() local 133 int ano, len; in hpfs_get_ea() local 194 int ano, len; in hpfs_set_ea() local
|
/fs/ |
D | splice.c | 271 struct pipe_inode_info *pipe, size_t len, in __generic_file_splice_read() 492 struct pipe_inode_info *pipe, size_t len, in generic_file_splice_read() 722 loff_t *ppos, size_t len, unsigned int flags, in splice_from_pipe() 763 loff_t *ppos, size_t len, unsigned int flags) in generic_file_splice_write_nolock() 821 loff_t *ppos, size_t len, unsigned int flags) in generic_file_splice_write() 881 loff_t *ppos, size_t len, unsigned int flags) in generic_splice_sendpage() 892 loff_t *ppos, size_t len, unsigned int flags) in do_splice_from() 916 struct pipe_inode_info *pipe, size_t len, in do_splice_to() 953 size_t len; in splice_direct_to_actor() local 1080 size_t len, unsigned int flags) in do_splice_direct() [all …]
|
D | filesystems.c | 46 static struct file_system_type **find_filesystem(const char *name, unsigned len) in find_filesystem() 150 int len, res; in fs_name() local 204 int len = 0; in get_filesystem_list() local 256 static struct file_system_type *__get_fs_type(const char *name, int len) in __get_fs_type() 272 int len = dot ? dot - name : strlen(name); in get_fs_type() 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 98 int len; in hfs_compare_dentry() local
|
/fs/gfs2/ |
D | sys.c | 51 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store() 83 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in withdraw_store() 98 size_t len) in statfs_sync_store() 111 size_t len) in quota_sync_store() 124 size_t len) in quota_refresh_user_store() 138 size_t len) in quota_refresh_group_store() 190 const char *buf, size_t len) in gfs2_attr_store() 297 size_t len) in quota_scale_store() 316 int check_zero, const char *buf, size_t len) in tune_set()
|
D | acl.h | 20 #define GFS2_ACL_IS_ACCESS(name, len) \ argument 24 #define GFS2_ACL_IS_DEFAULT(name, len) \ argument
|
/fs/ubifs/ |
D | journal.c | 115 static int reserve_space(struct ubifs_info *c, int jhead, int len) in reserve_space() 249 static int write_node(struct ubifs_info *c, int jhead, void *node, int len, in write_node() 279 static int write_head(struct ubifs_info *c, int jhead, void *buf, int len, in write_head() 315 static int make_reservation(struct ubifs_info *c, int jhead, int len) in make_reservation() 539 int err, dlen, ilen, len, lnum, ino_offs, dent_offs; in ubifs_jnl_update() local 686 const union ubifs_key *key, const void *buf, int len) in ubifs_jnl_write_data() 763 int sync = 0, len = UBIFS_INO_NODE_SZ, last_reference = !inode->i_nlink; in ubifs_jnl_write_inode() local 906 int err, dlen1, dlen2, ilen, lnum, offs, len; in ubifs_jnl_rename() local 1082 int err, len, compr_type, out_len; in recomp_data_node() local 1127 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() 239 int len; in ubifs_scanned_corruption() local 265 int err, len = c->leb_size - offs; in ubifs_scan() local
|
D | io.c | 237 void ubifs_prepare_node(struct ubifs_info *c, void *node, int len, int pad) in ubifs_prepare_node() 270 void ubifs_prep_grp_node(struct ubifs_info *c, void *node, int len, int last) in ubifs_prep_grp_node() 504 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock() 650 int ubifs_write_node(struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_write_node() 691 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf() 771 int ubifs_read_node(const struct ubifs_info *c, void *buf, int type, int len, in ubifs_read_node()
|
D | recovery.c | 44 static int is_empty(void *buf, int len) in is_empty() 76 int err, offs, len; in get_master_node() local 398 int *offs, int *len) in clean_buf() 431 static int no_more_nodes(const struct ubifs_info *c, void *buf, int len, in no_more_nodes() 526 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb() local 599 int err, len = c->leb_size - offs, need_clean = 0, quiet = 1; in ubifs_recover_leb() local 863 int len, err, need_clean = 0; in recover_head() local 953 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local 1402 int err, lnum, offs, len; in fix_size_in_place() local
|
/fs/reiserfs/ |
D | hashes.c | 50 u32 keyed_hash(const signed char *msg, int len) in keyed_hash() 133 u32 yura_hash(const signed char *msg, int len) in yura_hash() 172 u32 r5_hash(const signed char *msg, int len) in r5_hash()
|
/fs/jffs2/ |
D | nodemgmt.c | 43 uint32_t *len, int prio, uint32_t sumsize) in jffs2_reserve_space() 148 uint32_t *len, uint32_t sumsize) in jffs2_reserve_space_gc() 277 uint32_t *len, uint32_t sumsize) in jffs2_do_reserve_space() 418 uint32_t ofs, uint32_t len, in jffs2_add_physical_node_ref()
|
/fs/xfs/ |
D | xfs_rtalloc.c | 210 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_block() 323 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_exact() 402 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_near() 596 xfs_extlen_t *len, /* out: actual length allocated */ in xfs_rtallocate_extent_size() 740 xfs_extlen_t len, /* length to allocate */ in xfs_rtallocate_range() 907 xfs_extlen_t len, /* length of extent */ in xfs_rtcheck_alloc_range() 925 xfs_extlen_t len, /* length of extent */ in xfs_rtcheck_range() 1154 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back() local 1329 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_forw() local 1488 xfs_extlen_t len, /* length to free */ in xfs_rtfree_range() [all …]
|
/fs/cifs/ |
D | smbencrypt.c | 86 int len = 0; in _my_wcslen() local 100 _my_mbstowcs(__u16 *dst, const unsigned char *src, int len) in _my_mbstowcs() 123 int len; in E_md4hash() local
|
D | cifs_unicode.c | 36 int len, const struct nls_table *codepage) in cifs_strfromUCS_le() 64 cifs_strtoUCS(__le16 *to, const char *from, int len, in cifs_strtoUCS()
|
/fs/hfsplus/ |
D | unicode.c | 69 int len; in hfsplus_strcmp() local 128 int i, len, ustrlen, res, compose; in hfsplus_uni2asc() local 246 static inline int asc2unichar(struct super_block *sb, const char *astr, int len, in asc2unichar() 290 const char *astr, int len) in hfsplus_asc2uni() 328 int casefold, decompose, size, len; in hfsplus_hash_dentry() local
|
/fs/proc/ |
D | uptime.c | 8 int count, int *eof, int len) in proc_calc_metrics() 26 int len; in uptime_read_proc() local
|
/fs/qnx4/ |
D | namei.c | 33 static int qnx4_match(int len, const char *name, in qnx4_match() 68 static struct buffer_head *qnx4_find_entry(int len, struct inode *dir, in qnx4_find_entry() 116 int len = dentry->d_name.len; in qnx4_lookup() local
|
/fs/xfs/quota/ |
D | xfs_qm_stats.c | 61 int len; in xfs_qm_read_xfsquota() local 92 int len; in xfs_qm_read_stats() local
|
/fs/lockd/ |
D | xdr.c | 47 unsigned int len; in nlm_decode_cookie() local 84 unsigned int len; in nlm_decode_fh() local 124 s32 start, len, end; in nlm_decode_lock() local 159 __s32 start, len; in nlm_encode_lock() local 189 s32 start, len; in nlm_encode_testres() local 411 s32 start, len, end; in nlmclt_decode_testres() local 612 unsigned int i, len = sizeof(buf); in nlmdbg_cookie2a() local
|
/fs/dlm/ |
D | midcomms.c | 35 unsigned len, unsigned limit) in copy_from_cb() 59 unsigned offset, unsigned len, unsigned limit) in dlm_process_incoming_buffer()
|