Lines Matching defs:path
96 * page fault path:
100 * buffered write path:
798 char pathname[80], *path;
805 path = file_path(file, pathname, sizeof(pathname));
806 if (IS_ERR(path))
807 path = "(unknown)";
814 "block %llu: comm %s: path %s: %pV\n",
816 block, current->comm, path, &vaf);
820 "comm %s: path %s: %pV\n",
822 current->comm, path, &vaf);
1176 * path which could have sbi->s_journal->j_task as NULL
1592 const struct path *path);
2260 struct path path;
2275 error = kern_path(journal_path, LOOKUP_FOLLOW, &path);
2278 "journal device path: error %d", error);
2283 journal_inode = d_inode(path.dentry);
2285 ext4_msg(sb, KERN_ERR, "error: journal path %s "
2287 path_put(&path);
2293 path_put(&path);
3986 * unwritten extents in delalloc path. In most cases such
6355 const struct path *path)
6363 if (path->dentry->d_sb != sb)
6367 if (IS_NOQUOTA(d_inode(path->dentry)))
6373 if (path->dentry->d_parent != sb->s_root)
6391 ext4_should_journal_data(d_inode(path->dentry))) {
6403 lockdep_set_quota_inode(path->dentry->d_inode, I_DATA_SEM_QUOTA);
6404 err = dquot_quota_on(sb, type, format_id, path);
6406 struct inode *inode = d_inode(path->dentry);
6429 lockdep_set_quota_inode(path->dentry->d_inode,