Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/net/bonding/
Dbond_procfs.c263 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_create_proc_entry() local
279 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_remove_proc_entry() local
291 void __net_init bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
304 void __net_exit bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
Dbond_sysfs.c54 struct bond_net *bn = in bonding_show_bonds() local
78 static struct net_device *bond_get_by_name(struct bond_net *bn, const char *ifname) in bond_get_by_name()
98 struct bond_net *bn = in bonding_store_bonds() local
774 int bond_create_sysfs(struct bond_net *bn) in bond_create_sysfs()
807 void bond_destroy_sysfs(struct bond_net *bn) in bond_destroy_sysfs()
Dbond_main.c4732 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init() local
4810 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init() local
4823 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit() local
/Linux-v4.19/fs/jfs/
Djfs_xtree.c152 s64 bn; in xtLookup() local
245 s64 bn; /* block number */ in xtSearch() local
545 s64 bn; in xtInsert() local
1369 s64 bn; in xtExtend() local
1532 s64 bn; in xtTailgate() local
1711 s64 bn; in xtUpdate() local
2178 s64 bn, xaddr; in xtAppend() local
2344 s64 bn; in xtDelete() local
2577 s64 bn; in xtRelocate() local
2898 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
828 s64 bn; in dtInsert() local
2087 s64 bn; in dtDelete() local
2452 s64 bn; in dtRelocate() local
2647 s64 bn; in dtSearchNode() local
2919 static void add_missing_indices(struct inode *inode, s64 bn) in add_missing_indices()
3017 s64 bn; in jfs_readdir() local
3346 s64 bn; in dtReadFirst() local
[all …]
Djfs_btree.h112 s64 bn; /* 8: */ member
/Linux-v4.19/drivers/char/
Dbsr.c180 static int bsr_add_node(struct device_node *bn) in bsr_add_node()
285 static int bsr_create_devs(struct device_node *bn) in bsr_create_devs()
/Linux-v4.19/drivers/md/persistent-data/
Ddm-btree.c999 struct btree_node *bn = dm_block_data(n->b); in prefetch_values() local
1014 struct btree_node *bn = dm_block_data(n->b); in leaf_node() local
1051 struct btree_node *bn; in inc_or_backtrack() local
1074 struct btree_node *bn; in find_leaf() local
1151 struct btree_node *bn = dm_block_data(n->b); in dm_btree_cursor_get_value() local
/Linux-v4.19/fs/freevxfs/
Dvxfs_bmap.c67 vxfs_bmap_ext4(struct inode *ip, long bn) in vxfs_bmap_ext4()
/Linux-v4.19/fs/gfs2/
Dxattr.c141 u64 bn; in ea_foreach() local
235 u64 bn = 0; in ea_dealloc_unstuffed() local
1281 u64 bn; in ea_dealloc_indirect() local
1326 u64 bn; in ea_dealloc_indirect() local
Ddir.c869 u64 bn; in new_leaf() local
920 u64 bn; in dir_make_exhash() local
1011 u64 bn, leaf_no; in dir_split_leaf() local
1733 u64 bn; in dir_new_leaf() local
Dbmap.c573 unsigned offset, u64 bn) in gfs2_indirect_init()
632 u64 bn; in gfs2_iomap_alloc() local
1467 u64 bn, bstart, isize_blks; in sweep_bh_for_rgrps() local
Drgrp.c2346 int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *nblocks, in gfs2_alloc_blocks()
/Linux-v4.19/fs/reiserfs/
Djournal.c140 struct reiserfs_bitmap_node *bn; in allocate_bitmap_node() local
160 struct reiserfs_bitmap_node *bn = NULL; in get_bitmap_node() local
181 struct reiserfs_bitmap_node *bn) in free_bitmap_node()
198 struct reiserfs_bitmap_node *bn = NULL; in allocate_bitmap_nodes() local
262 struct reiserfs_bitmap_node *bn; in free_bitmap_nodes() local
979 b_blocknr_t bn; in flush_commit_list() local
/Linux-v4.19/drivers/usb/storage/
Dene_ub6250.c680 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in sd_scsi_read() local
720 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in sd_scsi_write() local
878 u32 bn = PhyBlockAddr * 0x20 + PageNum; in ms_read_readpage() local
1191 u32 bn = PhyBlockAddr; in ms_read_eraseblock() local
1643 u32 bn = ((cdb[2] << 24) & 0xff000000) | ((cdb[3] << 16) & 0x00ff0000) | in ms_scsi_read() local
1742 u32 bn = ((cdb[2] << 24) & 0xff000000) | in ms_scsi_write() local
/Linux-v4.19/drivers/pci/controller/
Dpcie-mediatek.c352 u32 bn = bus->number; in mtk_pcie_config_read() local
372 u32 bn = bus->number; in mtk_pcie_config_write() local
/Linux-v4.19/include/net/
Dbonding.h651 static inline void bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
655 static inline void bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
/Linux-v4.19/drivers/staging/speakup/
Dmain.c865 static int bn; variable
885 int i, bn; in get_sentence_buf() local
/Linux-v4.19/sound/soc/codecs/
Dtlv320aic31xx.c817 int bn = (aic31xx_divs[i].dosr * aic31xx_divs[i].mdac) / in aic31xx_setup_pll() local
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h87 #define REG_TRAFFIC_SHAPER_BUCKET(ie,bn) CRA(0x2,ie&1,0x0a + (bn>7) | ((bn&7)<<4)) argument
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h243 u8 bn[PN_LEN + 1]; member
/Linux-v4.19/arch/ia64/include/asm/
Dprocessor.h119 __u64 bn : 1; member
/Linux-v4.19/security/apparmor/
Dlabel.c169 static int vec_cmp(struct aa_profile **a, int an, struct aa_profile **b, int bn) in vec_cmp()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmad.c226 u32 bn, pkey_change_bitmap; in smp_snoop() local
/Linux-v4.19/fs/nilfs2/
Dsegment.c2123 static void nilfs_segctor_do_flush(struct nilfs_sc_info *sci, int bn) in nilfs_segctor_do_flush()

12