/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 | 78 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node() 203 static void check_left(struct tree_balance *tb, int h, int cur_free) in check_left() 283 static void check_right(struct tree_balance *tb, int h, int cur_free) in check_right() 366 static int get_num_ver(int mode, struct tree_balance *tb, int h, in get_num_ver() 585 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters() 779 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes() 854 static int get_lfree(struct tree_balance *tb, int h) in get_lfree() 876 static int get_rfree(struct tree_balance *tb, int h) in get_rfree() 897 static int is_left_neighbor_in_cache(struct tree_balance *tb, int h) in is_left_neighbor_in_cache() 956 int h, in get_far_parent() [all …]
|
D | ibalance.c | 26 int h, in internal_define_dest_src_infos() 464 int h, int pointer_amount) in internal_shift_left() 501 int h, int pointer_amount) in internal_shift1_left() 528 int h, int pointer_amount) in internal_shift_right() 568 int h, int pointer_amount) in internal_shift1_right() 590 int h, int child_pos) in balance_internal_when_delete() 711 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key) in replace_lkey() 726 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key) in replace_rkey() 741 int h, /* level of the tree */ in balance_internal()
|
D | do_balan.c | 1763 int get_left_neighbor_position(struct tree_balance *tb, int h) in get_left_neighbor_position() 1777 int get_right_neighbor_position(struct tree_balance *tb, int h) in get_right_neighbor_position() 1921 int h; in check_internal_levels() local 2028 h; /* level of the tree being processed */ in do_balance() local
|
/fs/hugetlbfs/ |
D | inode.c | 103 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap() local 154 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local 232 struct hstate *h = hstate_file(filp); in hugetlbfs_read() local 333 struct hstate *h = hstate_inode(inode); in truncate_hugepages() local 401 struct hstate *h = hstate_inode(inode); in hugetlb_vmtruncate() local 418 struct hstate *h = hstate_inode(inode); in hugetlbfs_setattr() local 595 struct hstate *h = hstate_inode(dentry->d_inode); in hugetlbfs_statfs() local 821 struct hstate *h = pconfig->hstate; in hugetlbfs_parse_options() local 912 struct hstate *h = hstate_sizelog(page_size_log); in get_hstate_idx() local 1006 struct hstate *h; in init_hugetlbfs_fs() local [all …]
|
/fs/adfs/ |
D | dir_fplus.c | 18 struct adfs_bigdirheader *h; in adfs_fplus_read() local 125 struct adfs_bigdirheader *h = in adfs_fplus_setpos() local 168 struct adfs_bigdirheader *h = in adfs_fplus_getnext() local
|
/fs/ncpfs/ |
D | sock.c | 255 …init_header(struct ncp_server *server, struct ncp_request_reply *req, struct ncp_request_header *h) in ncp_init_header() 266 struct ncp_request_header* h; in ncpdgram_start_request() local 295 struct ncp_request_header* h; in ncptcp_start_request() local 796 struct ncp_request_header *h; in ncp_request2() local 832 struct ncp_request_header *h; in ncp_connect() local 854 struct ncp_request_header *h; in ncp_disconnect() local
|
/fs/btrfs/ |
D | check-integrity.c | 494 static void btrfsic_block_hashtable_init(struct btrfsic_block_hashtable *h) in btrfsic_block_hashtable_init() 503 struct btrfsic_block_hashtable *h) in btrfsic_block_hashtable_add() 521 struct btrfsic_block_hashtable *h) in btrfsic_block_hashtable_lookup() 542 struct btrfsic_block_link_hashtable *h) in btrfsic_block_link_hashtable_init() 552 struct btrfsic_block_link_hashtable *h) in btrfsic_block_link_hashtable_add() 576 struct btrfsic_block_link_hashtable *h) in btrfsic_block_link_hashtable_lookup() 604 struct btrfsic_dev_state_hashtable *h) in btrfsic_dev_state_hashtable_init() 614 struct btrfsic_dev_state_hashtable *h) in btrfsic_dev_state_hashtable_add() 630 struct btrfsic_dev_state_hashtable *h) in btrfsic_dev_state_hashtable_lookup() 1838 struct btrfs_header *h; in btrfsic_test_for_metadata() local
|
D | raid56.c | 189 struct btrfs_stripe_hash *h; in btrfs_alloc_stripe_hash_table() local 339 struct btrfs_stripe_hash *h; in __remove_rbio_from_cache() local 638 struct btrfs_stripe_hash *h = rbio->fs_info->stripe_hash_table->table + bucket; in lock_stripe_add() local 727 struct btrfs_stripe_hash *h; in unlock_stripe() local
|
/fs/nfsd/ |
D | nfs4idmap.c | 66 struct cache_head h; member 153 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show() 328 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
|
D | export.c | 56 struct cache_head *h, in expkey_request() 171 struct cache_head *h) in expkey_show() 318 struct cache_head *h, in svc_export_request() 616 struct cache_head *h) in svc_export_show()
|
/fs/nfs/ |
D | dns_resolve.c | 59 struct cache_head h; member 166 struct cache_head *h) in nfs_dns_show()
|
D | pnfs_dev.c | 277 long h; in nfs4_deviceid_purge_client() local
|
/fs/9p/ |
D | fid.c | 74 struct hlist_head *h = (struct hlist_head *)&dentry->d_fsdata; in v9fs_fid_find() local
|
/fs/ubifs/ |
D | lpt_commit.c | 632 int err, h, iip, shft; in pnode_lookup() local 1383 int h, i, found; in first_nnode() local 1418 int iip, h, i, found; in next_nnode() local
|
D | lpt.c | 1447 int err, i, h, iip, shft; in ubifs_lpt_lookup() local 1581 int err, i, h, iip, shft; in ubifs_lpt_lookup_dirty() local 1925 int err = 0, i, h, iip, shft; in ubifs_lpt_scan_nolock() local
|
D | log.c | 104 long long h, t; in empty_log_bytes() local
|
/fs/hpfs/ |
D | ea.c | 197 unsigned char h[4]; in hpfs_set_ea() local
|
/fs/nilfs2/ |
D | segbuf.h | 106 #define nilfs_for_each_segbuf_before(s, t, h) \ argument
|
/fs/jbd2/ |
D | commit.c | 97 struct commit_header *h; in jbd2_commit_block_csum_set() local
|
D | recovery.c | 384 struct commit_header *h; in jbd2_commit_block_csum_verify() local
|
/fs/ceph/ |
D | snap.c | 782 struct ceph_mds_snap_head *h; in ceph_handle_snap() local
|
/fs/gfs2/ |
D | dir.c | 81 #define gfs2_disk_hash2offset(h) (((u64)(h)) >> 1) argument 517 const struct gfs2_meta_header *h = buf; in gfs2_dirent_offset() local 1117 __be64 *hc2, *h; in dir_double_exhash() local
|
/fs/logfs/ |
D | segment.c | 298 struct logfs_object_header h; in __logfs_segment_write() local 682 struct logfs_object_header h; in logfs_segment_delete() local
|
/fs/dlm/ |
D | member.c | 22 int dlm_slots_version(struct dlm_header *h) in dlm_slots_version()
|