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

/fs/affs/
H A Damigaffs.c145 struct buffer_head *bh = NULL, *link_bh = NULL; local
161 link_bh = affs_bread(sb, link_ino);
162 if (!link_bh)
165 dir = affs_iget(sb, be32_to_cpu(AFFS_TAIL(sb, link_bh)->parent));
177 retval = affs_remove_hash(dir, link_bh);
182 mark_buffer_dirty_inode(link_bh, inode);
184 memcpy(AFFS_TAIL(sb, bh)->name, AFFS_TAIL(sb, link_bh)->name, 32);
195 link_bh = affs_bread(sb, link_ino);
196 if (!link_bh)
202 __be32 ino2 = AFFS_TAIL(sb, link_bh)
[all...]

Completed in 64 milliseconds