Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/fs/xfs/scrub/
Dbitmap.c59 #define for_each_xbitmap_extent(bn, bitmap) \ in INTERVAL_TREE_DEFINE() argument
73 struct xbitmap_node *bn; local
180 struct xbitmap_node *bn; in xbitmap_destroy() local
215 struct xbitmap_node *bn; in xbitmap_disunion() local
325 struct xbitmap_node *bn; in xbitmap_hweight() local
341 struct xbitmap_node *bn; in xbitmap_walk() local
368 struct xbitmap_node *bn; in xbitmap_test() local
/kernel/linux/linux-6.6/drivers/net/bonding/
Dbond_procfs.c286 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_create_proc_entry() local
302 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_remove_proc_entry() local
314 void __net_init bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
326 void __net_exit bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
Dbond_sysfs.c38 const struct bond_net *bn = in bonding_show_bonds() local
62 static struct net_device *bond_get_by_name(const struct bond_net *bn, const char *ifname) in bond_get_by_name()
82 const struct bond_net *bn = in bonding_store_bonds() local
806 int __net_init bond_create_sysfs(struct bond_net *bn) in bond_create_sysfs()
839 void __net_exit bond_destroy_sysfs(struct bond_net *bn) in bond_destroy_sysfs()
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_procfs.c265 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_create_proc_entry() local
281 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_remove_proc_entry() local
293 void __net_init bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
306 void __net_exit bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
Dbond_sysfs.c38 struct bond_net *bn = in bonding_show_bonds() local
62 static struct net_device *bond_get_by_name(struct bond_net *bn, const char *ifname) in bond_get_by_name()
82 struct bond_net *bn = in bonding_store_bonds() local
771 int bond_create_sysfs(struct bond_net *bn) in bond_create_sysfs()
804 void bond_destroy_sysfs(struct bond_net *bn) in bond_destroy_sysfs()
/kernel/linux/linux-5.10/fs/jfs/
Djfs_xtree.c139 s64 bn; in xtLookup() local
232 s64 bn; /* block number */ in xtSearch() local
532 s64 bn; in xtInsert() local
1356 s64 bn; in xtExtend() local
1519 s64 bn; in xtTailgate() local
1698 s64 bn; in xtUpdate() local
2165 s64 bn, xaddr; in xtAppend() local
2331 s64 bn; in xtDelete() local
2564 s64 bn; in xtRelocate() local
2885 s64 bn; /* block number */ in xtSearchNode() local
[all …]
Djfs_dtree.c321 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) in add_index()
511 static void modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, in modify_index()
572 s64 bn; in dtSearch() local
815 s64 bn; in dtInsert() local
2074 s64 bn; in dtDelete() local
2439 s64 bn; in dtRelocate() local
2634 s64 bn; in dtSearchNode() local
2906 static void add_missing_indices(struct inode *inode, s64 bn) in add_missing_indices()
3004 s64 bn; in jfs_readdir() local
3333 s64 bn; in dtReadFirst() local
[all …]
Djfs_btree.h99 s64 bn; /* 8: */ member
/kernel/linux/linux-6.6/fs/jfs/
Djfs_xtree.c128 s64 bn; in xtLookup() local
221 s64 bn; /* block number */ in xtSearch() local
521 s64 bn; in xtInsert() local
1345 s64 bn; in xtExtend() local
1504 s64 bn; in xtUpdate() local
1950 s64 bn, xaddr; in xtAppend() local
2194 s64 bn; in xtTruncate() local
2746 s64 bn; in xtTruncate_pmap() local
Djfs_dtree.c321 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) in add_index()
511 static void modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, in modify_index()
572 s64 bn; in dtSearch() local
820 s64 bn; in dtInsert() local
2079 s64 bn; in dtDelete() local
2613 static void add_missing_indices(struct inode *inode, s64 bn) in add_missing_indices()
2711 s64 bn; in jfs_readdir() local
3040 s64 bn; in dtReadFirst() local
3118 s64 bn; in dtReadNext() local
3614 s64 bn = 0; in dtInsertEntry() local
[all …]
Djfs_btree.h99 s64 bn; /* 8: */ member
/kernel/linux/linux-6.6/drivers/net/
Dbareudp.c600 static struct bareudp_dev *bareudp_find_dev(struct bareudp_net *bn, in bareudp_find_dev()
616 struct bareudp_net *bn = net_generic(net, bareudp_net_id); in bareudp_configure() local
739 struct bareudp_net *bn = net_generic(net, bareudp_net_id); in bareudp_init_net() local
747 struct bareudp_net *bn = net_generic(net, bareudp_net_id); in bareudp_destroy_tunnels() local
/kernel/linux/linux-5.10/drivers/net/
Dbareudp.c593 static struct bareudp_dev *bareudp_find_dev(struct bareudp_net *bn, in bareudp_find_dev()
608 struct bareudp_net *bn = net_generic(net, bareudp_net_id); in bareudp_configure() local
765 struct bareudp_net *bn = net_generic(net, bareudp_net_id); in bareudp_init_net() local
773 struct bareudp_net *bn = net_generic(net, bareudp_net_id); in bareudp_destroy_tunnels() local
/kernel/linux/linux-6.6/drivers/char/
Dbsr.c169 static int bsr_add_node(struct device_node *bn) in bsr_add_node()
274 static int bsr_create_devs(struct device_node *bn) in bsr_create_devs()
/kernel/linux/linux-5.10/drivers/char/
Dbsr.c166 static int bsr_add_node(struct device_node *bn) in bsr_add_node()
271 static int bsr_create_devs(struct device_node *bn) in bsr_create_devs()
/kernel/linux/linux-5.10/drivers/md/persistent-data/
Ddm-btree.c1003 struct btree_node *bn = dm_block_data(n->b); in prefetch_values() local
1018 struct btree_node *bn = dm_block_data(n->b); in leaf_node() local
1055 struct btree_node *bn; in inc_or_backtrack() local
1078 struct btree_node *bn; in find_leaf() local
1155 struct btree_node *bn = dm_block_data(n->b); in dm_btree_cursor_get_value() local
/kernel/linux/linux-6.6/fs/freevxfs/
Dvxfs_bmap.c43 vxfs_bmap_ext4(struct inode *ip, long bn) in vxfs_bmap_ext4()
/kernel/linux/linux-5.10/fs/freevxfs/
Dvxfs_bmap.c67 vxfs_bmap_ext4(struct inode *ip, long bn) in vxfs_bmap_ext4()
/kernel/linux/linux-5.10/fs/gfs2/
Dxattr.c138 u64 bn; in ea_foreach() local
232 u64 bn = 0; in ea_dealloc_unstuffed() local
1283 u64 bn; in ea_dealloc_indirect() local
1328 u64 bn; in ea_dealloc_indirect() local
Ddir.c866 u64 bn; in new_leaf() local
917 u64 bn; in dir_make_exhash() local
1008 u64 bn, leaf_no; in dir_split_leaf() local
1729 u64 bn; in dir_new_leaf() local
/kernel/linux/linux-5.10/fs/reiserfs/
Djournal.c138 struct reiserfs_bitmap_node *bn; in allocate_bitmap_node() local
158 struct reiserfs_bitmap_node *bn = NULL; in get_bitmap_node() local
179 struct reiserfs_bitmap_node *bn) in free_bitmap_node()
196 struct reiserfs_bitmap_node *bn = NULL; in allocate_bitmap_nodes() local
260 struct reiserfs_bitmap_node *bn; in free_bitmap_nodes() local
974 b_blocknr_t bn; in flush_commit_list() local
/kernel/linux/linux-6.6/fs/reiserfs/
Djournal.c138 struct reiserfs_bitmap_node *bn; in allocate_bitmap_node() local
158 struct reiserfs_bitmap_node *bn = NULL; in get_bitmap_node() local
179 struct reiserfs_bitmap_node *bn) in free_bitmap_node()
196 struct reiserfs_bitmap_node *bn = NULL; in allocate_bitmap_nodes() local
260 struct reiserfs_bitmap_node *bn; in free_bitmap_nodes() local
974 b_blocknr_t bn; in flush_commit_list() local
/kernel/linux/linux-6.6/drivers/md/persistent-data/
Ddm-btree.c1472 struct btree_node *bn = dm_block_data(n->b); in prefetch_values() local
1487 struct btree_node *bn = dm_block_data(n->b); in leaf_node() local
1524 struct btree_node *bn; in inc_or_backtrack() local
1547 struct btree_node *bn; in find_leaf() local
1625 struct btree_node *bn = dm_block_data(n->b); in dm_btree_cursor_get_value() local
/kernel/linux/linux-6.6/fs/gfs2/
Dxattr.c149 u64 bn; in ea_foreach() local
238 u64 bn = 0; in ea_dealloc_unstuffed() local
1295 u64 bn; in ea_dealloc_indirect() local
1340 u64 bn; in ea_dealloc_indirect() local
Ddir.c864 u64 bn; in new_leaf() local
915 u64 bn; in dir_make_exhash() local
1005 u64 bn, leaf_no; in dir_split_leaf() local
1731 u64 bn; in dir_new_leaf() local

123