| /fs/smb/server/ | 
| D | smb2misc.c | 263 static inline int smb2_query_info_req_len(struct smb2_query_info_req *h)  in smb2_query_info_req_len() 269 static inline int smb2_set_info_req_len(struct smb2_set_info_req *h)  in smb2_set_info_req_len() 274 static inline int smb2_read_req_len(struct smb2_read_req *h)  in smb2_read_req_len() 279 static inline int smb2_write_req_len(struct smb2_write_req *h)  in smb2_write_req_len() 284 static inline int smb2_query_dir_req_len(struct smb2_query_directory_req *h)  in smb2_query_dir_req_len() 289 static inline int smb2_ioctl_req_len(struct smb2_ioctl_req *h)  in smb2_ioctl_req_len() 295 static inline int smb2_ioctl_resp_len(struct smb2_ioctl_req *h)  in smb2_ioctl_resp_len()
  | 
| /fs/adfs/ | 
| D | dir_fplus.c | 11 static unsigned int adfs_fplus_offset(const struct adfs_bigdirheader *h,  in adfs_fplus_offset() 19 static int adfs_fplus_validate_header(const struct adfs_bigdirheader *h)  in adfs_fplus_validate_header() 59 static int adfs_fplus_validate_tail(const struct adfs_bigdirheader *h,  in adfs_fplus_validate_tail() 72 	struct adfs_bigdirheader *h = dir->bighead;  in adfs_fplus_checkbyte()  local 106 	struct adfs_bigdirheader *h;  in adfs_fplus_read()  local 174 	struct adfs_bigdirheader *h = dir->bighead;  in adfs_fplus_getnext()  local 232 	struct adfs_bigdirheader *h = dir->bighead;  in adfs_fplus_update()  local
  | 
| /fs/nls/ | 
| D | nls_euc-jp.c | 19 #define IS_SJIS_JISX0208(h, l)	((((0x81 <= (h)) && ((h) <= 0x9F))	\  argument 23 #define IS_SJIS_UDC_LOW(h, l)	(((0xF0 <= (h)) && ((h) <= 0xF4))	\  argument 25 #define IS_SJIS_UDC_HI(h, l)	(((0xF5 <= (h)) && ((h) <= 0xF9))	\  argument 27 #define IS_SJIS_IBM(h, l)	(((0xFA <= (h)) && ((h) <= 0xFC))	\  argument 29 #define IS_SJIS_NECIBM(h, l)	(((0xED <= (h)) && ((h) <= 0xEE))	\  argument 44 #define IS_EUC_JISX0208(h, l)	(IS_EUC_BYTE(h) && IS_EUC_BYTE(l))  argument 45 #define IS_EUC_JISX0201KANA(h, l)	(((h) == SS2) && (0xA1 <= (l) && (l) <= 0xDF))  argument 46 #define IS_EUC_UDC_LOW(h, l)	(((0xF5 <= (h)) && ((h) <= 0xFE))	\  argument 48 #define IS_EUC_UDC_HI(h, l)	IS_EUC_UDC_LOW(h, l) /* G3 block */  argument 141 #define IS_EUC_IBM2JISX0208(h, l) \  argument
  | 
| /fs/reiserfs/ | 
| D | fix_node.c | 51 static void create_virtual_node(struct tree_balance *tb, int h)  in create_virtual_node() 194 static void check_left(struct tree_balance *tb, int h, int cur_free)  in check_left() 280 static void check_right(struct tree_balance *tb, int h, int cur_free)  in check_right() 374 static int get_num_ver(int mode, struct tree_balance *tb, int h,  in get_num_ver() 621 static void set_parameters(struct tree_balance *tb, int h, int lnum,  in set_parameters() 827 static int get_empty_nodes(struct tree_balance *tb, int h)  in get_empty_nodes() 915 static int get_lfree(struct tree_balance *tb, int h)  in get_lfree() 938 static int get_rfree(struct tree_balance *tb, int h)  in get_rfree() 959 static int is_left_neighbor_in_cache(struct tree_balance *tb, int h)  in is_left_neighbor_in_cache() 1024 			  int h,  in get_far_parent() [all …] 
 | 
| D | ibalance.c | 29 					   int h,  in internal_define_dest_src_infos() 494 				int h, int pointer_amount)  in internal_shift_left() 535 				 int h, int pointer_amount)  in internal_shift1_left() 566 				 int h, int pointer_amount)  in internal_shift_right() 610 				  int h, int pointer_amount)  in internal_shift1_right() 633 					 int h, int child_pos)  in balance_internal_when_delete() 760 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key)  in replace_lkey() 775 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key)  in replace_rkey() 804 		     int h,	/* level of the tree */  in balance_internal()
  | 
| D | do_balan.c | 1579 int get_left_neighbor_position(struct tree_balance *tb, int h)  in get_left_neighbor_position() 1593 int get_right_neighbor_position(struct tree_balance *tb, int h)  in get_right_neighbor_position() 1739 	int h;  in check_internal_levels()  local 1851 	int h;			/* level of the tree being processed */  in do_balance()  local
  | 
| /fs/hugetlbfs/ | 
| D | inode.c | 102 	struct hstate *h = hstate_file(file);  in hugetlbfs_file_mmap()  local 178 	struct hstate *h = hstate_file(file);  in hugetlb_get_unmapped_area_bottomup()  local 192 	struct hstate *h = hstate_file(file);  in hugetlb_get_unmapped_area_topdown()  local 226 	struct hstate *h = hstate_file(file);  in generic_hugetlb_get_unmapped_area()  local 313 	struct hstate *h = hstate_file(file);  in hugetlbfs_read_iter()  local 469 static void hugetlb_unmap_file_folio(struct hstate *h,  in hugetlb_unmap_file_folio() 588 static bool remove_inode_single_folio(struct hstate *h, struct inode *inode,  in remove_inode_single_folio() 650 	struct hstate *h = hstate_inode(inode);  in remove_inode_hugepages()  local 711 	struct hstate *h = hstate_inode(inode);  in hugetlb_vmtruncate()  local 725 static void hugetlbfs_zero_partial_page(struct hstate *h,  in hugetlbfs_zero_partial_page() [all …] 
 | 
| /fs/bcachefs/ | 
| D | ec.c | 921 	ec_stripes_heap n, *h = &c->ec_stripes_heap;  in __ec_stripe_mem_alloc()  local 1017 	ec_stripes_heap *h = &c->ec_stripes_heap;  in stripe_idx_to_delete()  local 1029 static inline void ec_stripes_heap_set_backpointer(ec_stripes_heap *h,  in ec_stripes_heap_set_backpointer() 1046 static inline void ec_stripes_heap_swap(void *l, void *r, void *h)  in ec_stripes_heap_swap() 1062 	ec_stripes_heap *h = &c->ec_stripes_heap;  in heap_verify_backpointer()  local 1114 	ec_stripes_heap *h = &c->ec_stripes_heap;  in bch2_stripes_heap_update()  local 1601 static void ec_stripe_new_set_pending(struct bch_fs *c, struct ec_stripe_head *h)  in ec_stripe_new_set_pending() 1619 static void ec_stripe_new_cancel(struct bch_fs *c, struct ec_stripe_head *h, int err)  in ec_stripe_new_cancel() 1719 static int ec_new_stripe_alloc(struct bch_fs *c, struct ec_stripe_head *h)  in ec_new_stripe_alloc() 1748 static void ec_stripe_head_devs_update(struct bch_fs *c, struct ec_stripe_head *h)  in ec_stripe_head_devs_update() [all …] 
 | 
| D | nocow_locking.h | 14 	unsigned h = hash_64(dev_bucket, BUCKET_NOCOW_LOCKS_BITS);  in bucket_nocow_lock()  local
  | 
| D | subvolume.c | 477 	struct btree_trans_commit_hook	h;  member 484 	struct subvolume_unlink_hook *h = container_of(_h, struct subvolume_unlink_hook, h);  in bch2_subvolume_wait_for_pagecache_and_delete_hook()  local 508 	struct subvolume_unlink_hook *h;  in bch2_subvolume_unlink()  local
  | 
| D | mean_and_variance.c | 53 	u64  h =  hi & ((u64) U32_MAX  << 32);  in u128_div()  local
  | 
| D | buckets_waiting_for_journal.c | 38 		struct bucket_hashed *h = bucket_hash(t, i, dev_bucket);  in bch2_bucket_needs_journal_commit()  local
  | 
| /fs/btrfs/ | 
| D | props.c | 37 	struct hlist_head *h;  in find_prop_handlers_by_hash()  local 50 	struct prop_handler *h;  in find_prop_handler()  local 401 		const struct prop_handler *h = &prop_handlers[i];  in btrfs_inode_inherit_props()  local 469 		u64 h = btrfs_name_hash(p->xattr_name, strlen(p->xattr_name));  in btrfs_props_init()  local
  | 
| /fs/orangefs/ | 
| D | xattr.c | 67 	struct hlist_head *h;  in find_cached_xattr()  local 250 	struct hlist_head *h;  in orangefs_inode_removexattr()  local 321 	struct hlist_head *h;  in orangefs_inode_setxattr()  local
  | 
| /fs/nfsd/ | 
| D | nfs4idmap.c | 64 	struct cache_head h;  member 127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h)  in idtoname_upcall() 158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)  in idtoname_show() 307 nametoid_upcall(struct cache_detail *cd, struct cache_head *h)  in nametoid_upcall() 336 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)  in nametoid_show()
  | 
| D | export.c | 54 static int expkey_upcall(struct cache_detail *cd, struct cache_head *h)  in expkey_upcall() 60 			   struct cache_head *h,  in expkey_request() 179 		       struct cache_head *h)  in expkey_show() 370 static int svc_export_upcall(struct cache_detail *cd, struct cache_head *h)  in svc_export_upcall() 376 			       struct cache_head *h,  in svc_export_request() 761 			   struct cache_head *h)  in svc_export_show()
  | 
| D | export.h | 64 	struct cache_head	h;  member 88 	struct cache_head	h;  member
  | 
| /fs/netfs/ | 
| D | fscache_volume.c | 176 	struct hlist_bl_head *h;  in fscache_hash_volume()  local 354 					struct hlist_bl_head *h)  in fscache_wake_pending_volume() 374 	struct hlist_bl_head *h;  in fscache_unhash_volume()  local
  | 
| D | fscache_cookie.c | 404 	struct hlist_bl_head *h;  in fscache_hash_cookie()  local 935 	struct hlist_bl_head *h;  in fscache_unhash_cookie()  local
  | 
| /fs/9p/ | 
| D | fid.c | 63 	struct hlist_head *h;  in v9fs_fid_find_inode()  local 123 		struct hlist_head *h = (struct hlist_head *)&dentry->d_fsdata;  in v9fs_fid_find()  local
  | 
| /fs/nfs/ | 
| D | dns_resolve.c | 60 	struct cache_head h;  member 177 		struct cache_head *h)  in nfs_dns_show()
  | 
| D | pnfs_dev.c | 357 	long h;  in nfs4_deviceid_purge_client()  local
  | 
| /fs/jbd2/ | 
| D | recovery.c | 432 	struct commit_header *h;  in jbd2_commit_block_csum_verify()  local 450 	struct commit_header *h;  in jbd2_commit_block_csum_verify_partial()  local
  | 
| /fs/afs/ | 
| D | security.c | 126 	unsigned long h = permits->nr_permits;  in afs_hash_permits()  local
  | 
| /fs/hpfs/ | 
| D | ea.c | 198 	unsigned char h[4];  in hpfs_set_ea()  local
  |