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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dsysfile.c103 struct buffer_head *dirent_bh = NULL; local
113 &dirent_bh, &de);
125 if (dirent_bh)
126 brelse(dirent_bh);
H A Ddir.h37 struct buffer_head **dirent_bh,
H A Ddir.c225 struct buffer_head **dirent_bh,
230 mlog_entry("(name=%.*s, blkno=%p, inode=%p, dirent_bh=%p, dirent=%p)\n",
231 namelen, name, blkno, inode, dirent_bh, dirent);
233 *dirent_bh = ocfs2_find_entry(name, namelen, inode, dirent);
234 if (!*dirent_bh || !*dirent) {
245 if (*dirent_bh) {
246 brelse(*dirent_bh);
247 *dirent_bh = NULL;
267 struct buffer_head *dirent_bh = NULL; local
274 dirent_bh
221 ocfs2_find_files_on_disk(const char *name, int namelen, u64 *blkno, struct inode *inode, struct buffer_head **dirent_bh, struct ocfs2_dir_entry **dirent) argument
[all...]
H A Dexport.c91 struct buffer_head *dirent_bh = NULL; local
108 status = ocfs2_find_files_on_disk("..", 2, &blkno, dir, &dirent_bh,
134 if (dirent_bh)
135 brelse(dirent_bh);
H A Dnamei.c145 struct buffer_head *dirent_bh = NULL; local
172 dir, &dirent_bh, &dirent);
227 if (dirent_bh)
228 brelse(dirent_bh);
812 struct buffer_head *dirent_bh = NULL; local
837 dir, &dirent_bh, &dirent);
916 status = ocfs2_delete_entry(handle, dir, dirent, dirent_bh);
963 if (dirent_bh)
964 brelse(dirent_bh);

Completed in 159 milliseconds