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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxattr.c631 ext2_xattr_set2(struct inode *inode, struct buffer_head *old_bh, argument
642 if (new_bh == old_bh) {
659 } else if (old_bh && header == HDR(old_bh)) {
662 new_bh = old_bh;
707 if (new_bh && new_bh != old_bh) {
717 if (old_bh && old_bh != new_bh) {
724 ce = mb_cache_entry_get(ext2_xattr_cache, old_bh->b_bdev,
725 old_bh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dxattr.h92 struct buffer_head *old_bh,
H A Drefcounttree.c3007 struct buffer_head *old_bh = NULL; local
3023 ret = ocfs2_read_block(ci, old_block, &old_bh, NULL);
3036 memcpy(new_bh->b_data, old_bh->b_data, sb->s_blocksize);
3040 brelse(old_bh);
3042 old_bh = NULL;
3046 brelse(old_bh);
4166 struct buffer_head *old_bh,
4186 ret = ocfs2_attach_refcount_tree(inode, old_bh);
4200 ret = ocfs2_create_reflink_node(inode, old_bh,
4208 ret = ocfs2_reflink_xattrs(inode, old_bh,
4165 __ocfs2_reflink(struct dentry *old_dentry, struct buffer_head *old_bh, struct inode *new_inode, bool preserve) argument
4241 struct buffer_head *old_bh = NULL; local
[all...]
H A Dxattr.c4227 struct buffer_head *old_bh)
4229 char *buf = old_bh->b_data;
6157 * old_bh and new_bh are inode bh for the old and new inode.
6162 struct buffer_head *old_bh; member in struct:ocfs2_xattr_reflink
6315 struct buffer_head *old_bh,
6334 (unsigned long long)old_bh->b_blocknr, le16_to_cpu(xh->xh_count));
6362 ret = func(sb, old_bh, xh, i, &xv, NULL, para);
6444 struct ocfs2_dinode *di = (struct ocfs2_dinode *)args->old_bh->b_data;
6448 (args->old_bh->b_data + header_off);
6481 args->old_bh
4225 ocfs2_xattr_update_xattr_search(struct inode *inode, struct ocfs2_xattr_search *xs, struct buffer_head *old_bh) argument
6313 ocfs2_reflink_xattr_header(handle_t *handle, struct ocfs2_xattr_reflink *args, struct buffer_head *old_bh, struct ocfs2_xattr_header *xh, struct buffer_head *new_bh, struct ocfs2_xattr_header *new_xh, struct ocfs2_xattr_value_buf *vb, struct ocfs2_alloc_context *meta_ac, get_xattr_value_root *func, void *para) argument
7096 ocfs2_reflink_xattrs(struct inode *old_inode, struct buffer_head *old_bh, struct inode *new_inode, struct buffer_head *new_bh, bool preserve_security) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/bfs/
H A Ddir.c222 struct buffer_head *old_bh, *new_bh; local
227 old_bh = new_bh = NULL;
235 old_bh = bfs_find_entry(old_dir,
239 if (!old_bh || (le16_to_cpu(old_de->ino) != old_inode->i_ino))
267 mark_buffer_dirty_inode(old_bh, old_dir);
272 brelse(old_bh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbuffer.c1495 struct buffer_head *old_bh; local
1499 old_bh = __find_get_block_slow(bdev, block);
1500 if (old_bh) {
1501 clear_buffer_dirty(old_bh);
1502 wait_on_buffer(old_bh);
1503 clear_buffer_req(old_bh);
1504 __brelse(old_bh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c2269 struct buffer_head * old_bh, * new_bh, * dir_bh; local
2276 old_bh = new_bh = dir_bh = NULL;
2291 old_bh = ext3_find_entry(old_dir, &old_dentry->d_name, &old_de);
2300 if (!old_bh || le32_to_cpu(old_de->inode) != old_inode->i_ino)
2362 old_de, old_bh)) == -ENOENT) {
2366 * old_bh so just checking inum and the name isn't enough. */
2417 brelse (old_bh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c2321 struct buffer_head *old_bh, *new_bh, *dir_bh; local
2328 old_bh = new_bh = dir_bh = NULL;
2343 old_bh = ext4_find_entry(old_dir, &old_dentry->d_name, &old_de);
2352 if (!old_bh || le32_to_cpu(old_de->inode) != old_inode->i_ino)
2416 old_de, old_bh)) == -ENOENT) {
2420 * old_bh so just checking inum and the name isn't enough. */
2473 brelse(old_bh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegment.c1472 static void nilfs_list_replace_buffer(struct buffer_head *old_bh, argument
1477 list_replace_init(&old_bh->b_assoc_buffers, &new_bh->b_assoc_buffers);
1478 /* The caller must release old_bh */

Completed in 124 milliseconds