Lines Matching defs:path
438 cifs_dbg(FYI, "%s: query path info: rc = %d\n", __func__, rc);
505 cifs_sfu_type(struct cifs_fattr *fattr, const char *path,
545 .path = path,
555 cifs_dbg(FYI, "check sfu type of %s, open rc = %d\n", path, rc);
625 static int cifs_sfu_mode(struct cifs_fattr *fattr, const unsigned char *path,
645 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
914 * FIXME: legacy server -- fall back to path-based call?
1175 * is no path based FindFirst operation to use
1339 * is no path based FindFirst operation to use
1492 char *path = NULL;
1499 path = kzalloc(len + 2 /* leading sep + null */, GFP_KERNEL);
1500 if (path == NULL)
1502 path[0] = '/';
1503 memcpy(path+1, cifs_sb->prepath, len);
1505 path = kstrdup("", GFP_KERNEL);
1506 if (path == NULL)
1512 rc = cifs_get_unix_fattr(path, sb, &fattr, &inode, xid);
1520 convert_delimiter(path, CIFS_DIR_SEP(cifs_sb));
1522 rc = smb311_posix_get_fattr(&fattr, path, sb, xid);
1524 rc = cifs_get_fattr(NULL, sb, xid, NULL, &fattr, &inode, path);
1556 kfree(path);
1655 .path = full_path,
2224 /* try path-based rename first */
2252 .path = from_path,
2627 int cifs_getattr(struct mnt_idmap *idmap, const struct path *path,
2630 struct dentry *dentry = path->dentry;
2785 * inodes that we already have open, avoid doing path based
2827 cifs_dbg(FYI, "SetEOF by path (setattrs) rc = %d\n", rc);