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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/bfs/
H A Ddir.c195 struct buffer_head * old_bh, * new_bh; local
199 old_bh = new_bh = NULL;
213 new_bh = bfs_find_entry(new_dir,
217 if (new_bh && !new_inode) {
218 brelse(new_bh);
219 new_bh = NULL;
221 if (!new_bh) {
242 brelse(new_bh);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A Dnamei.c970 struct buffer_head * old_bh, * new_bh, * dir_bh; local
974 old_bh = new_bh = dir_bh = NULL;
996 new_bh = ext3_find_entry (new_dentry, &new_de);
997 if (new_bh) {
999 brelse (new_bh);
1000 new_bh = NULL;
1022 if (!new_bh) {
1027 BUFFER_TRACE(new_bh, "get write access");
1028 BUFFER_TRACE(new_bh, "get_write_access");
1029 ext3_journal_get_write_access(handle, new_bh);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jbd/
H A Djournal.c339 struct buffer_head *new_bh; local
405 new_bh = get_unused_buffer_head(0);
406 if (!new_bh) {
412 } while (!new_bh);
414 new_bh->b_prev_free = 0;
415 new_bh->b_next_free = 0;
416 new_bh->b_state = 0;
417 init_buffer(new_bh, NULL, NULL);
418 atomic_set(&new_bh->b_count, 1);
419 new_jh = journal_add_journal_head(new_bh);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dfile.c159 struct buffer_head *new_bh; local
166 new_bh = affs_getzeroblk(sb, blocknr);
167 if (!new_bh) {
172 AFFS_HEAD(new_bh)->ptype = cpu_to_be32(T_LIST);
173 AFFS_HEAD(new_bh)->key = cpu_to_be32(blocknr);
174 AFFS_TAIL(sb, new_bh)->stype = cpu_to_be32(ST_FILE);
175 AFFS_TAIL(sb, new_bh)->parent = cpu_to_be32(inode->i_ino);
176 affs_fix_checksum(sb, new_bh);
178 mark_buffer_dirty_inode(new_bh, inode);
190 return new_bh;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ufs/
H A Dnamei.c276 struct buffer_head *new_bh; local
283 new_de = ufs_find_entry (new_dentry, &new_bh);
287 ufs_set_link(new_dir, new_de, new_bh, old_inode);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/msdos/
H A Dnamei.c442 struct buffer_head *new_bh=NULL,*dotdot_bh=NULL; local
453 if (fat_scan(new_dir,new_name,&new_bh,&new_de,&new_ino)>=0 &&!new_inode)
471 if (!new_bh) {
472 error = msdos_add_entry(new_dir, new_name, &new_bh, &new_de,
516 fat_brelse(sb, new_bh);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Ddir.c726 struct buffer_head *new_bh; local
742 new_bh = fat_extend_dir(dir);
743 if (!new_bh)
745 fat_brelse(sb, new_bh);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Ddir.c712 struct buffer_head *new_bh; local
728 new_bh = fat_extend_dir(dir);
729 if (!new_bh)
731 fat_brelse(sb, new_bh);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/vfat/
H A Dnamei.c1171 struct buffer_head *old_bh,*new_bh,*dotdot_bh; local
1178 old_bh = new_bh = dotdot_bh = NULL;
1192 res = vfat_find(new_dir,&new_dentry->d_name,&sinfo,&new_bh,
1208 &new_bh,&new_de);
1246 fat_brelse(sb, new_bh);

Completed in 78 milliseconds