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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Ddir.c46 struct buffer_head *dir_bh; local
62 dir_bh = NULL;
89 dir_bh = affs_bread(sb, inode->i_ino);
90 if (!dir_bh)
102 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]);
118 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]);
150 affs_brelse(dir_bh);
H A Damigaffs.c30 struct buffer_head *dir_bh; local
39 dir_bh = affs_bread(sb, dir->i_ino);
40 if (!dir_bh)
43 hash_ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[offset]);
45 affs_brelse(dir_bh);
46 dir_bh = affs_bread(sb, hash_ino);
47 if (!dir_bh)
49 hash_ino = be32_to_cpu(AFFS_TAIL(sb, dir_bh)->hash_chain);
55 if (dir->i_ino == dir_bh->b_blocknr)
56 AFFS_HEAD(dir_bh)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dnamei.c2204 struct buffer_head * old_bh, * new_bh, * dir_bh; local
2208 old_bh = new_bh = dir_bh = NULL;
2250 dir_bh = ext3_bread (handle, old_inode, 0, 0, &retval);
2251 if (!dir_bh)
2253 if (le32_to_cpu(PARENT_INO(dir_bh->b_data)) != old_dir->i_ino)
2319 if (dir_bh) {
2320 BUFFER_TRACE(dir_bh, "get_write_access");
2321 ext3_journal_get_write_access(handle, dir_bh);
2322 PARENT_INO(dir_bh->b_data) = cpu_to_le32(new_dir->i_ino);
2323 BUFFER_TRACE(dir_bh, "cal
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c2202 struct buffer_head * old_bh, * new_bh, * dir_bh; local
2206 old_bh = new_bh = dir_bh = NULL;
2248 dir_bh = ext4_bread (handle, old_inode, 0, 0, &retval);
2249 if (!dir_bh)
2251 if (le32_to_cpu(PARENT_INO(dir_bh->b_data)) != old_dir->i_ino)
2317 if (dir_bh) {
2318 BUFFER_TRACE(dir_bh, "get_write_access");
2319 ext4_journal_get_write_access(handle, dir_bh);
2320 PARENT_INO(dir_bh->b_data) = cpu_to_le32(new_dir->i_ino);
2321 BUFFER_TRACE(dir_bh, "cal
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dnamei.c1170 struct buffer_head *dir_bh = NULL; local
1218 dir_bh = udf_bread(old_inode, 0, 0, &retval);
1219 if (!dir_bh)
1221 dir_fi = udf_get_fileident(dir_bh->b_data, old_inode->i_sb->s_blocksize, &offset);
1278 mark_buffer_dirty_inode(dir_bh, old_inode);
1301 brelse(dir_bh);

Completed in 179 milliseconds