Lines Matching defs:path
102 * page fault path:
106 * buffered write path:
881 char pathname[80], *path;
888 path = file_path(file, pathname, sizeof(pathname));
889 if (IS_ERR(path))
890 path = "(unknown)";
897 "block %llu: comm %s: path %s: %pV\n",
899 block, current->comm, path, &vaf);
903 "comm %s: path %s: %pV\n",
905 current->comm, path, &vaf);
1294 * path which could have sbi->s_journal->j_task as NULL
1588 const struct path *path);
2318 struct path path;
2327 error = fs_lookup_param(fc, param, 1, LOOKUP_FOLLOW, &path);
2330 "journal device path");
2334 journal_inode = d_inode(path.dentry);
2337 path_put(&path);
4273 * unwritten extents in delalloc path. In most cases such
6955 const struct path *path)
6963 if (path->dentry->d_sb != sb)
6967 if (IS_NOQUOTA(d_inode(path->dentry)))
6973 if (path->dentry->d_parent != sb->s_root)
6986 lockdep_set_quota_inode(path->dentry->d_inode, I_DATA_SEM_QUOTA);
6987 err = dquot_quota_on(sb, type, format_id, path);
6989 struct inode *inode = d_inode(path->dentry);
7012 lockdep_set_quota_inode(path->dentry->d_inode,