/linux-3.3/fs/reiserfs/ |
D | item_ops.c | 17 static int sd_bytes_number(struct item_head *ih, int block_size) in sd_bytes_number() 42 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item() 61 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item() 123 static int direct_bytes_number(struct item_head *ih, int block_size) in direct_bytes_number() 143 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item() 154 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item() 218 static int indirect_bytes_number(struct item_head *ih, int block_size) in indirect_bytes_number() 273 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item() 296 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item() 363 static int direntry_bytes_number(struct item_head *ih, int block_size) in direntry_bytes_number() [all …]
|
D | lbalance.c | 33 struct item_head *ih; in leaf_copy_dir_entries() local 132 struct item_head *ih; in leaf_copy_boundary_item() local 293 struct item_head *ih; in leaf_copy_items_entirely() local 386 struct item_head *ih; in leaf_item_bottle() local 772 struct item_head *ih; in leaf_delete_items() local 805 struct item_head *ih; in leaf_insert_into_buf() local 879 struct item_head *ih; in leaf_paste_in_buffer() local 965 struct item_head *ih, int from, int del_count) in leaf_cut_entries() 1038 struct item_head *ih; in leaf_cut_from_buffer() local 1136 struct item_head *ih; in leaf_delete_items_entirely() local [all …]
|
D | inode.c | 116 inline void make_le_item_head(struct item_head *ih, const struct cpu_key *key, in make_le_item_head() 188 struct item_head *ih, in allocation_needed() 199 static inline int indirect_item_found(int retval, struct item_head *ih) in indirect_item_found() 263 struct item_head *ih, tmp_ih; in _get_block_create_0() local 608 struct item_head *ih, tmp_ih; in reiserfs_get_block() local 1132 struct item_head *ih; in init_inode() local 1308 struct item_head *ih; in update_stat_data() local 1334 struct item_head *ih, tmp_ih; in reiserfs_update_sd_size() local 1664 struct item_head *ih, struct treepath *path, in reiserfs_new_directory() 1722 struct item_head *ih, in reiserfs_new_symlink() [all …]
|
D | prints.c | 112 static void sprintf_item_head(char *buf, struct item_head *ih) in sprintf_item_head() 455 struct item_head *ih; in print_leaf() local 741 struct item_head *ih; in check_leaf() local
|
D | do_balan.c | 108 struct item_head *ih; in balance_leaf_when_delete() local 271 static int balance_leaf(struct tree_balance *tb, struct item_head *ih, /* item header of inserted i… in balance_leaf() 2009 struct item_head *ih, /* item header of inserted item */ in do_balance()
|
D | stree.c | 399 struct item_head *ih; in is_leaf() local 886 struct item_head *ih; in comp_items() local 1149 char key2type(struct reiserfs_key *ih) in key2type() 1162 char head2type(struct item_head *ih) in head2type() 2040 struct item_head *ih, struct inode *inode, in reiserfs_insert_item()
|
D | dir.c | 70 struct item_head *ih, tmp_ih; in reiserfs_readdir_dentry() local
|
D | fix_node.c | 80 struct item_head *ih; in create_virtual_node() local 672 struct item_head *ih; in are_leaves_removable() local 1175 struct item_head *ih; in can_node_be_removed() local
|
/linux-3.3/include/linux/ |
D | coda.h | 324 struct coda_in_hdr ih; member 338 struct coda_in_hdr ih; member 349 struct coda_in_hdr ih; member 360 struct coda_in_hdr ih; member 371 struct coda_in_hdr ih; member 388 struct coda_in_hdr ih; member 400 struct coda_in_hdr ih; member 411 struct coda_in_hdr ih; member 427 struct coda_in_hdr ih; member 442 struct coda_in_hdr ih; member [all …]
|
D | reiserfs_fs.h | 616 #define ih_free_space(ih) le16_to_cpu((ih)->u.ih_free_space_reserved) argument 617 #define ih_version(ih) le16_to_cpu((ih)->ih_version) argument 618 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) argument 619 #define ih_location(ih) le16_to_cpu((ih)->ih_item_location) argument 620 #define ih_item_len(ih) le16_to_cpu((ih)->ih_item_len) argument 622 #define put_ih_free_space(ih, val) do { (ih)->u.ih_free_space_reserved = cpu_to_le16(val); } whil… argument 623 #define put_ih_version(ih, val) do { (ih)->ih_version = cpu_to_le16(val); } while (0) argument 624 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0) argument 625 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0) argument 626 #define put_ih_item_len(ih, val) do { (ih)->ih_item_len = cpu_to_le16(val); } while (0) argument [all …]
|
/linux-3.3/net/netfilter/ |
D | xt_AUDIT.c | 77 const struct iphdr *ih; in audit_ip4() local 99 const struct ipv6hdr *ih; in audit_ip6() local
|
D | nf_conntrack_proto_sctp.c | 356 sctp_inithdr_t _inithdr, *ih; in sctp_packet() local 433 sctp_inithdr_t _inithdr, *ih; in sctp_new() local
|
/linux-3.3/net/bridge/netfilter/ |
D | ebt_log.c | 96 const struct iphdr *ih; in ebt_log_packet() local 113 const struct ipv6hdr *ih; in ebt_log_packet() local
|
D | ebt_among.c | 73 const struct iphdr *ih; in get_ip_dst() local 104 const struct iphdr *ih; in get_ip_src() local
|
D | ebt_ip.c | 31 const struct iphdr *ih; in ebt_ip_mt() local
|
/linux-3.3/arch/x86/kernel/ |
D | devicetree.c | 32 static void add_interrupt_host(struct irq_domain *ih) in add_interrupt_host() 44 struct irq_domain *ih, *found = NULL; in get_ih_from_node() local 61 struct irq_domain *ih; in irq_create_of_mapping() local
|
/linux-3.3/net/netfilter/ipvs/ |
D | ip_vs_proto.c | 243 struct iphdr _iph, *ih; in ip_vs_tcpudp_debug_packet_v4() local 275 struct ipv6hdr _iph, *ih; in ip_vs_tcpudp_debug_packet_v6() local
|
/linux-3.3/net/bridge/ |
D | br_multicast.c | 353 struct igmphdr *ih; in br_ip4_multicast_alloc_query() local 944 struct igmpv3_report *ih; in br_ip4_multicast_igmp3_report() local 1122 struct igmphdr *ih = igmp_hdr(skb); in br_ip4_multicast_query() local 1363 struct igmphdr *ih; in br_multicast_ipv4_rcv() local
|
/linux-3.3/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_tx.c | 287 const struct iphdr *ih = (struct iphdr*)(skb->data + \ in ieee80211_classify() local
|
/linux-3.3/security/ |
D | lsm_audit.c | 46 struct iphdr *ih; in ipv4_skb_to_auditdata() local
|
/linux-3.3/net/ipv4/netfilter/ |
D | ipt_LOG.c | 40 const struct iphdr *ih; in dump_packet() local
|
/linux-3.3/net/ipv6/netfilter/ |
D | ip6t_LOG.c | 45 const struct ipv6hdr *ih; in dump_packet() local
|
/linux-3.3/arch/powerpc/platforms/powermac/ |
D | cpufreq_64.c | 546 u64 max_freq, min_freq, ih, il; in g5_pm72_cpufreq_init() local
|
/linux-3.3/fs/fuse/ |
D | dev.c | 953 struct fuse_in_header ih; in fuse_read_interrupt() local 1011 struct fuse_in_header ih = { in fuse_read_single_forget() local 1043 struct fuse_in_header ih = { in fuse_read_batch_forget() local
|
/linux-3.3/fs/jfs/ |
D | jfs_dtree.c | 3590 struct idtentry *ih; in dtCompare() local 3668 struct idtentry *ih; in ciCompare() local 3840 struct idtentry *ih; in dtGetKey() local 3903 struct idtentry *ih = NULL; in dtInsertEntry() local
|