Lines Matching defs:path
227 INITIALIZE_PATH(path);
286 retval = search_item(s, &max_cpu_key, &path);
293 bh = get_last_bh(&path);
294 item_pos = get_item_pos(&path);
321 pathrelse(&path);
416 pathrelse(&path);
432 INITIALIZE_PATH(path);
480 retval = search_item(inode->i_sb, &key, &path);
486 pathrelse(&path);
495 reiserfs_insert_item(th, &path, &key, &ih, NULL, (char *)&link);
839 static int reiserfs_quota_on(struct super_block *, int, int, const struct path *);
1729 INITIALIZE_PATH(path);
1738 retval = search_by_entry_key(s, &key, &path, &de);
1740 pathrelse(&path);
1785 pathrelse(&path);
2065 * This path assumed to be called with the BKL in the old times.
2067 * reiserfs helpers called in the mount path and elsewhere require
2389 const struct path *path)
2403 if (path->dentry->d_sb != sb) {
2407 inode = d_inode(path->dentry);
2426 if (path->dentry->d_parent != sb->s_root)
2446 err = dquot_quota_on(sb, type, format_id, path);