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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dtruncate.c322 struct ufs_buffer_head * tind_bh; local
337 tind_bh = ubh_bread (sb, tmp, uspi->s_bsize);
339 ubh_brelse (tind_bh);
342 if (!tind_bh) {
348 tind = ubh_get_data_ptr(uspi, tind_bh, i);
351 ubh_mark_buffer_dirty(tind_bh);
355 ubh_get_data_ptr(uspi, tind_bh, i)))
363 ubh_bforget(tind_bh);
364 tind_bh = NULL;
366 if (IS_SYNC(inode) && tind_bh
[all...]

Completed in 53 milliseconds