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 *);
1727 INITIALIZE_PATH(path);
1736 retval = search_by_entry_key(s, &key, &path, &de);
1738 pathrelse(&path);
1783 pathrelse(&path);
2061 * This path assumed to be called with the BKL in the old times.
2063 * reiserfs helpers called in the mount path and elsewhere require
2385 const struct path *path)
2399 if (path->dentry->d_sb != sb) {
2403 inode = d_inode(path->dentry);
2422 if (path->dentry->d_parent != sb->s_root)
2442 err = dquot_quota_on(sb, type, format_id, path);