Lines Matching refs:full_path

357 			     const unsigned char *full_path,  argument
367 cifs_dbg(FYI, "Getting info on %s\n", full_path);
375 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
391 full_path);
705 cifs_get_inode_info(struct inode **inode, const char *full_path, argument
728 cifs_dbg(FYI, "Getting info on %s\n", full_path);
749 rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path,
774 rc = CIFSFindFirst(xid, tcon, full_path,
806 tcon, cifs_sb, full_path,
823 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
831 rc = cifs_acl_to_fattr(cifs_sb, &fattr, *inode, full_path, fid);
842 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
847 full_path);
1034 char *full_path, __u32 dosattr) argument
1078 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1087 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, argument
1121 oparms.path = full_path;
1233 char *full_path = NULL; local
1256 full_path = build_path_from_dentry(dentry);
1257 if (full_path == NULL) {
1264 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1278 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1288 rc = server->ops->rename_pending_delete(full_path,
1310 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1319 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1332 kfree(full_path);
1341 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1348 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb,
1351 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb,
1387 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1394 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1413 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1430 NULL /* netfid */, info, &oplock, full_path,
1469 rc = cifs_mkdir_qinfo(inode, dentry, mode, full_path, cifs_sb, tcon,
1482 char *full_path; local
1495 full_path = build_path_from_dentry(direntry);
1496 if (full_path == NULL) {
1503 rc = cifs_posix_mkdir(inode, direntry, mode, full_path, cifs_sb,
1517 rc = server->ops->mkdir(xid, tcon, full_path, cifs_sb);
1524 rc = cifs_mkdir_qinfo(inode, direntry, mode, full_path, cifs_sb, tcon,
1532 kfree(full_path);
1546 char *full_path = NULL; local
1553 full_path = build_path_from_dentry(direntry);
1554 if (full_path == NULL) {
1574 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1599 kfree(full_path);
1896 char *full_path = NULL; local
1908 full_path = build_path_from_dentry(dentry);
1909 if (full_path == NULL) {
1915 full_path, inode, inode->i_count.counter,
1919 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
1921 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
1925 kfree(full_path);
2028 unsigned int xid, char *full_path) argument
2078 rc = server->ops->set_path_size(xid, tcon, full_path,
2102 char *full_path = NULL; local
2123 full_path = build_path_from_dentry(direntry);
2124 if (full_path == NULL) {
2145 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2206 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2232 kfree(full_path);
2246 char *full_path = NULL; local
2265 full_path = build_path_from_dentry(direntry);
2266 if (full_path == NULL) {
2288 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2302 rc = id_mode_to_cifs_acl(inode, full_path, NO_CHANGE_64,
2324 rc = id_mode_to_cifs_acl(inode, full_path, mode,
2367 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2393 kfree(full_path);