Lines Matching refs:full_path

366 			     const unsigned char *full_path,  argument
376 cifs_dbg(FYI, "Getting info on %s\n", full_path);
384 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
400 full_path);
731 cifs_get_inode_info(struct inode **inode, const char *full_path, argument
753 cifs_dbg(FYI, "Getting info on %s\n", full_path);
775 rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path,
816 rc = CIFSFindFirst(xid, tcon, full_path,
845 tcon, cifs_sb, full_path,
853 strlen(full_path) == 0) {
871 NULL, cifs_sb, full_path,
876 strlen(full_path) == 0) {
892 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
900 full_path, fid);
908 full_path, fid);
918 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
923 full_path);
1137 char *full_path, __u32 dosattr) argument
1183 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1192 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, argument
1226 oparms.path = full_path;
1338 char *full_path = NULL; local
1361 full_path = build_path_from_dentry(dentry);
1362 if (full_path == NULL) {
1369 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1383 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1393 rc = server->ops->rename_pending_delete(full_path,
1415 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1424 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1437 kfree(full_path);
1446 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1453 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb,
1456 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb,
1492 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1499 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1518 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1535 NULL /* netfid */, info, &oplock, full_path,
1574 rc = cifs_mkdir_qinfo(inode, dentry, mode, full_path, cifs_sb, tcon,
1587 char *full_path; local
1600 full_path = build_path_from_dentry(direntry);
1601 if (full_path == NULL) {
1609 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1617 rc = cifs_posix_mkdir(inode, direntry, mode, full_path, cifs_sb,
1629 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1637 rc = cifs_mkdir_qinfo(inode, direntry, mode, full_path, cifs_sb, tcon,
1645 kfree(full_path);
1659 char *full_path = NULL; local
1666 full_path = build_path_from_dentry(direntry);
1667 if (full_path == NULL) {
1687 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1712 kfree(full_path);
2013 char *full_path = NULL; local
2025 full_path = build_path_from_dentry(dentry);
2026 if (full_path == NULL) {
2032 full_path, inode, inode->i_count.counter,
2036 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2038 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
2042 kfree(full_path);
2200 unsigned int xid, char *full_path) argument
2250 rc = server->ops->set_path_size(xid, tcon, full_path,
2274 char *full_path = NULL; local
2295 full_path = build_path_from_dentry(direntry);
2296 if (full_path == NULL) {
2322 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2383 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2409 kfree(full_path);
2425 char *full_path = NULL; local
2444 full_path = build_path_from_dentry(direntry);
2445 if (full_path == NULL) {
2486 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2500 rc = id_mode_to_cifs_acl(inode, full_path, NO_CHANGE_64,
2521 rc = id_mode_to_cifs_acl(inode, full_path, mode,
2563 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2589 kfree(full_path);