Home
last modified time | relevance | path

Searched defs:bn (Results 1 – 25 of 25) sorted by relevance

/linux-3.3/drivers/net/bonding/
Dbond_procfs.c235 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_create_proc_entry() local
252 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_remove_proc_entry() local
264 void __net_init bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
277 void __net_exit bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
Dbond_sysfs.c57 struct bond_net *bn = in bonding_show_bonds() local
81 static struct net_device *bond_get_by_name(struct bond_net *bn, const char *ifname) in bond_get_by_name()
104 struct bond_net *bn = in bonding_store_bonds() local
155 const struct bond_net *bn = in bonding_namespace() local
1679 int bond_create_sysfs(struct bond_net *bn) in bond_create_sysfs()
1714 void bond_destroy_sysfs(struct bond_net *bn) in bond_destroy_sysfs()
Dbonding.h430 static inline void bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
434 static inline void bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
Dbond_main.c3302 struct bond_net *bn = net_generic(dev_net(event_dev), bond_net_id); in bond_inetaddr_event() local
4772 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init() local
4866 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init() local
4879 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit() local
/linux-3.3/drivers/staging/keucr/
Dsmscsi.c134 DWORD bn = ((Cdb[2] << 24) & 0xff000000) | ((Cdb[3] << 16) & 0x00ff0000) | in SM_SCSI_Read() local
164 DWORD bn = ((Cdb[2] << 24) & 0xff000000) | ((Cdb[3] << 16) & 0x00ff0000) | in SM_SCSI_Write() local
Dsmilmain.c149 WORD len, bn; in Media_D_ReadSector() local
193 WORD len, bn; in Media_D_CopySector() local
Dinit.c329 DWORD bn = ((Cdb[2] << 24) & 0xff000000) | in usb_stor_print_cmd() local
/linux-3.3/fs/jfs/
Djfs_xtree.c151 s64 bn; in xtLookup() local
244 s64 bn; /* block number */ in xtSearch() local
544 s64 bn; in xtInsert() local
1368 s64 bn; in xtExtend() local
1531 s64 bn; in xtTailgate() local
1711 s64 bn; in xtUpdate() local
2179 s64 bn, xaddr; in xtAppend() local
2345 s64 bn; in xtDelete() local
2578 s64 bn; in xtRelocate() local
2899 s64 bn; /* block number */ in xtSearchNode() local
[all …]
Djfs_dtree.c334 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) in add_index()
524 static void modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, in modify_index()
585 s64 bn; in dtSearch() local
827 s64 bn; in dtInsert() local
2086 s64 bn; in dtDelete() local
2451 s64 bn; in dtRelocate() local
2646 s64 bn; in dtSearchNode() local
2918 static void add_missing_indices(struct inode *inode, s64 bn) in add_missing_indices()
3016 s64 bn; in jfs_readdir() local
3338 s64 bn; in dtReadFirst() local
[all …]
Djfs_btree.h112 s64 bn; /* 8: */ member
/linux-3.3/drivers/char/
Dbsr.c175 static int bsr_add_node(struct device_node *bn) in bsr_add_node()
280 static int bsr_create_devs(struct device_node *bn) in bsr_create_devs()
/linux-3.3/fs/gfs2/
Dbmap.c400 unsigned offset, u64 bn) in gfs2_indirect_init()
457 u64 bn, dblock = 0; in gfs2_bmap_alloc() local
720 u64 bn, bstart; in do_strip() local
868 u64 bn; in recursive_scan() local
Dxattr.c139 u64 bn; in ea_foreach() local
234 u64 bn = 0; in ea_dealloc_unstuffed() local
1348 u64 bn; in ea_dealloc_indirect() local
1393 u64 bn; in ea_dealloc_indirect() local
Ddir.c819 u64 bn; in new_leaf() local
866 u64 bn; in dir_make_exhash() local
957 u64 bn, leaf_no; in dir_split_leaf() local
1608 u64 bn; in dir_new_leaf() local
Drgrp.c1373 int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *nblocks, in gfs2_alloc_blocks()
/linux-3.3/fs/freevxfs/
Dvxfs_bmap.c67 vxfs_bmap_ext4(struct inode *ip, long bn) in vxfs_bmap_ext4()
/linux-3.3/fs/reiserfs/
Djournal.c143 struct reiserfs_bitmap_node *bn; in allocate_bitmap_node() local
163 struct reiserfs_bitmap_node *bn = NULL; in get_bitmap_node() local
184 struct reiserfs_bitmap_node *bn) in free_bitmap_node()
201 struct reiserfs_bitmap_node *bn = NULL; in allocate_bitmap_nodes() local
264 struct reiserfs_bitmap_node *bn; in free_bitmap_nodes() local
970 b_blocknr_t bn; in flush_commit_list() local
/linux-3.3/drivers/usb/storage/
Dene_ub6250.c655 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in sd_scsi_read() local
695 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in sd_scsi_write() local
848 u32 bn = PhyBlockAddr * 0x20 + PageNum; in ms_read_readpage() local
1162 u32 bn = PhyBlockAddr; in ms_read_eraseblock() local
1634 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in ms_scsi_read() local
1733 u32 bn = ((cdb[2] << 24) & 0xff000000) | in ms_scsi_write() local
/linux-3.3/drivers/staging/speakup/
Dmain.c837 static int bn; variable
857 int i, bn; in get_sentence_buf() local
/linux-3.3/fs/xfs/
Dxfs_aops.c574 sector_t bn; in xfs_map_buffer() local
/linux-3.3/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h86 #define REG_TRAFFIC_SHAPER_BUCKET(ie,bn) CRA(0x2,ie&1,0x0a + (bn>7) | ((bn&7)<<4)) argument
/linux-3.3/arch/ia64/include/asm/
Dprocessor.h118 __u64 bn : 1; member
/linux-3.3/fs/nilfs2/
Dsegment.c2025 static void nilfs_segctor_do_flush(struct nilfs_sc_info *sci, int bn) in nilfs_segctor_do_flush()
/linux-3.3/drivers/md/
Draid5.c3055 sector_t bn = compute_blocknr(sh, i, 1); in handle_stripe_expansion() local
/linux-3.3/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h583 uint32_t bn:8; member