Searched refs:link_bh (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/affs/
H A Damigaffs.c153 struct buffer_head *bh = NULL, *link_bh = NULL; local
169 link_bh = affs_bread(sb, link_ino);
170 if (!link_bh)
173 dir = affs_iget(sb, be32_to_cpu(AFFS_TAIL(sb, link_bh)->parent));
181 retval = affs_remove_hash(dir, link_bh);
186 mark_buffer_dirty_inode(link_bh, inode);
188 memcpy(AFFS_TAIL(sb, bh)->name, AFFS_TAIL(sb, link_bh)->name, 32);
199 link_bh = affs_bread(sb, link_ino);
200 if (!link_bh)
206 __be32 ino2 = AFFS_TAIL(sb, link_bh)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/affs/
H A Damigaffs.c153 struct buffer_head *bh = NULL, *link_bh = NULL; local
169 link_bh = affs_bread(sb, link_ino);
170 if (!link_bh)
173 dir = affs_iget(sb, be32_to_cpu(AFFS_TAIL(sb, link_bh)->parent));
181 retval = affs_remove_hash(dir, link_bh);
186 mark_buffer_dirty_inode(link_bh, inode);
188 memcpy(AFFS_TAIL(sb, bh)->name, AFFS_TAIL(sb, link_bh)->name, 32);
199 link_bh = affs_bread(sb, link_ino);
200 if (!link_bh)
206 __be32 ino2 = AFFS_TAIL(sb, link_bh)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2sta.c1203 hfa384x_t *hw = container_of(data, struct hfa384x, link_bh);
1481 schedule_work(&hw->link_bh);
1578 schedule_work(&hw->link_bh);
H A Dhfa384x.h1276 struct work_struct link_bh; member in struct:hfa384x
H A Dhfa384x_usb.c557 INIT_WORK(&hw->link_bh, prism2sta_processing_defer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlan-ng/
H A Dprism2sta.c1203 hfa384x_t *hw = container_of(data, struct hfa384x, link_bh);
1481 schedule_work(&hw->link_bh);
1578 schedule_work(&hw->link_bh);
H A Dhfa384x.h1276 struct work_struct link_bh; member in struct:hfa384x
H A Dhfa384x_usb.c557 INIT_WORK(&hw->link_bh, prism2sta_processing_defer);

Completed in 141 milliseconds