Lines Matching full:path
11558 + char path[PATH_MAX_LEN];
11566 + memset(path, 0, sizeof(path));
11567 + (void)scnprintf(path, sizeof(path) - 1, "%s/%s", log_dir, file_name);
11571 + ret = full_write_file(path, kernel_log + sizeof(*pinfo),
11581 + change_own(path, AID_ROOT, AID_SYSTEM);
11904 + char path[PATH_MAX_LEN];
11912 + memset(path, 0, sizeof(path));
11913 + (void)scnprintf(path, sizeof(path) - 1, "%s/%s", log_dir, file_name);
11917 + ret = full_write_file(path, kernel_log + sizeof(*pinfo),
11927 + change_own(path, AID_ROOT, AID_SYSTEM);
57159 @@ -999,6 +999,7 @@ v9fs_vfs_getattr(const struct path *path, struct kstat *stat,
57162 struct dentry *dentry = path->dentry;
57167 @@ -1006,7 +1007,7 @@ v9fs_vfs_getattr(const struct path *path, struct kstat *stat,
57176 @@ -1017,8 +1018,10 @@ v9fs_vfs_getattr(const struct path *path, struct kstat *stat,
57193 @@ -459,6 +459,7 @@ v9fs_vfs_getattr_dotl(const struct path *path, struct kstat *stat,
57196 struct dentry *dentry = path->dentry;
57201 @@ -466,7 +467,7 @@ v9fs_vfs_getattr_dotl(const struct path *path, struct kstat *stat,
57210 @@ -481,8 +482,10 @@ v9fs_vfs_getattr_dotl(const struct path *path, struct kstat *stat,
57302 ret = find_first_block_group(info, path, &key);