Lines Matching defs:path
442 cifs_sfu_type(struct cifs_fattr *fattr, const char *path,
481 oparms.path = path;
491 cifs_dbg(FYI, "check sfu type of %s, open rc = %d\n", path, rc);
557 static int cifs_sfu_mode(struct cifs_fattr *fattr, const unsigned char *path,
577 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
767 * FIXME: legacy server -- fall back to path-based call?
992 * is no path based FindFirst operation to use
1169 * is no path based FindFirst operation to use
1337 char *path = NULL;
1343 path = kzalloc(len + 2 /* leading sep + null */, GFP_KERNEL);
1344 if (path == NULL)
1346 path[0] = '/';
1347 memcpy(path+1, cifs_sb->prepath, len);
1349 path = kstrdup("", GFP_KERNEL);
1350 if (path == NULL)
1356 rc = cifs_get_inode_info_unix(&inode, path, sb, xid);
1364 convert_delimiter(path, CIFS_DIR_SEP(cifs_sb));
1366 rc = smb311_posix_get_inode_info(&inode, path, sb, xid);
1368 rc = cifs_get_inode_info(&inode, path, NULL, sb, xid, NULL);
1397 kfree(path);
1493 oparms.path = full_path;
2019 /* try path-based rename first */
2044 oparms.path = from_path;
2090 * grab it again here to protect the path integrity
2364 int cifs_getattr(const struct path *path, struct kstat *stat,
2367 struct dentry *dentry = path->dentry;
2516 * inodes that we already have open, avoid doing path based
2558 cifs_dbg(FYI, "SetEOF by path (setattrs) rc = %d\n", rc);