Searched refs:fdb (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/net/bridge/ |
D | br_fdb.c | 62 const struct net_bridge_fdb_entry *fdb) in has_expired() argument 64 return !fdb->is_static && in has_expired() 65 time_before_eq(fdb->ageing_timer + hold_time(br), jiffies); in has_expired() 222 struct net_bridge_fdb_entry *fdb; in __br_fdb_get() local 224 hlist_for_each_entry_rcu(fdb, h, &br->hash[br_mac_hash(addr)], hlist) { in __br_fdb_get() 225 if (!compare_ether_addr(fdb->addr.addr, addr)) { in __br_fdb_get() 226 if (unlikely(has_expired(br, fdb))) in __br_fdb_get() 228 return fdb; in __br_fdb_get() 240 struct net_bridge_fdb_entry *fdb; in br_fdb_test_addr() local 249 fdb = __br_fdb_get(port->br, addr); in br_fdb_test_addr() [all …]
|
/linux-2.6.39/fs/xfs/ |
D | xfs_dir2_node.c | 112 xfs_dir2_db_t fdb; /* freespace block number */ in xfs_dir2_leaf_to_node() local 132 if ((error = xfs_dir2_grow_inode(args, XFS_DIR2_FREE_SPACE, &fdb))) { in xfs_dir2_leaf_to_node() 135 ASSERT(fdb == XFS_DIR2_FREE_FIRSTDB(mp)); in xfs_dir2_leaf_to_node() 139 if ((error = xfs_da_get_buf(tp, dp, xfs_dir2_db_to_da(mp, fdb), -1, &fbp, in xfs_dir2_leaf_to_node() 988 xfs_dir2_db_t fdb; /* freeblock block number */ in xfs_dir2_leafn_remove() local 997 fdb = xfs_dir2_db_to_fdb(mp, db); in xfs_dir2_leafn_remove() 998 if ((error = xfs_da_read_buf(tp, dp, xfs_dir2_db_to_da(mp, fdb), in xfs_dir2_leafn_remove() 1006 (fdb - XFS_DIR2_FREE_FIRSTDB(mp))); in xfs_dir2_leafn_remove() 1073 error = xfs_dir2_shrink_inode(args, fdb, fbp); in xfs_dir2_leafn_remove()
|
/linux-2.6.39/Documentation/ |
D | mca.txt | 297 Id: 8fdb
|
/linux-2.6.39/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 4386 # The ftrap<cc>, fs<cc>, or fdb<cc> is to take an enabled bsun. we must convert
|