• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/

Lines Matching defs:full_path

309 			     const unsigned char *full_path,
319 cFYI(1, "Getting info on %s", full_path);
322 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
542 const unsigned char *full_path, FILE_ALL_INFO *pfindData,
553 cFYI(1, "Getting info on %s", full_path);
570 rc = CIFSSMBQPathInfo(xid, pTcon, full_path, pfindData,
578 rc = SMBQueryInformation(xid, pTcon, full_path,
618 full_path, &fattr.cf_uniqueid,
637 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
646 cifs_acl_to_fattr(cifs_sb, &fattr, *pinode, full_path, pfid);
652 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
675 char *full_path = NULL;
679 full_path = kmalloc(1, GFP_KERNEL);
680 if (full_path)
681 full_path[0] = 0;
682 return full_path;
690 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL);
691 if (full_path == NULL)
692 return full_path;
695 strncpy(full_path, cifs_sb->tcon->treeName, dfsplen);
702 if (full_path[i] == '\\')
703 full_path[i] = '/';
707 strncpy(full_path + dfsplen, cifs_sb->prepath, pplen);
708 full_path[dfsplen + pplen] = 0; /* add trailing null */
709 return full_path;
814 char *full_path;
817 full_path = cifs_build_path_to_root(cifs_sb);
818 if (full_path == NULL)
823 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
825 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
852 kfree(full_path);
862 char *full_path, __u32 dosattr)
923 rc = CIFSSMBSetPathInfo(xid, pTcon, full_path,
936 rc = CIFSSMBOpen(xid, pTcon, full_path, FILE_OPEN,
970 cifs_rename_pending_delete(char *full_path, struct dentry *dentry, int xid)
982 rc = CIFSSMBOpen(xid, tcon, full_path, FILE_OPEN,
1076 char *full_path = NULL;
1091 full_path = build_path_from_dentry(dentry);
1092 if (full_path == NULL) {
1101 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1110 rc = CIFSSMBDelFile(xid, tcon, full_path, cifs_sb->local_nls,
1120 rc = cifs_rename_pending_delete(full_path, dentry, xid);
1140 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1149 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1162 kfree(full_path);
1174 char *full_path = NULL;
1185 full_path = build_path_from_dentry(direntry);
1186 if (full_path == NULL) {
1206 full_path, cifs_sb->local_nls,
1253 rc = CIFSSMBMkDir(xid, pTcon, full_path, cifs_sb->local_nls,
1262 rc = cifs_get_inode_info_unix(&newinode, full_path,
1265 rc = cifs_get_inode_info(&newinode, full_path, NULL,
1301 CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, &args,
1317 full_path, &pInfo,
1345 kfree(full_path);
1356 char *full_path = NULL;
1366 full_path = build_path_from_dentry(direntry);
1367 if (full_path == NULL) {
1373 rc = CIFSSMBRmDir(xid, pTcon, full_path, cifs_sb->local_nls,
1395 kfree(full_path);
1604 char *full_path = NULL;
1618 full_path = build_path_from_dentry(dentry);
1619 if (full_path == NULL) {
1625 "jiffies %ld", full_path, inode, inode->i_count.counter,
1629 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
1631 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
1638 kfree(full_path);
1686 int xid, char *full_path)
1725 rc = CIFSSMBSetEOF(xid, pTcon, full_path, attrs->ia_size,
1734 rc = SMBLegacyOpen(xid, pTcon, full_path,
1766 char *full_path = NULL;
1786 full_path = build_path_from_dentry(direntry);
1787 if (full_path == NULL) {
1810 rc = cifs_set_file_size(inode, attrs, xid, full_path);
1864 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
1890 kfree(full_path);
1902 char *full_path = NULL;
1921 full_path = build_path_from_dentry(direntry);
1922 if (full_path == NULL) {
1946 rc = cifs_set_file_size(inode, attrs, xid, full_path);
1974 rc = mode_to_acl(inode, full_path, mode);
2011 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2038 kfree(full_path);