Lines Matching refs:full_path

372 			     const unsigned char *full_path,  argument
382 cifs_dbg(FYI, "Getting info on %s\n", full_path);
390 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
406 full_path);
816 const char *full_path, argument
841 rc = CIFSFindFirst(xid, tcon, full_path,
856 const char *full_path, argument
878 cifs_sb, full_path,
896 if (fattr->cf_uniqueid == 0 && strlen(full_path) == 0) {
916 const char *full_path, argument
957 full_path, tmp_data,
963 full_path);
982 full_path, &reparse_tag);
1008 full_path,
1035 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, &fattr);
1045 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
1053 full_path, fid);
1063 full_path, fid);
1075 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
1080 full_path);
1115 const char *full_path, argument
1148 full_path, data,
1185 full_path);
1389 const char *full_path, __u32 dosattr) argument
1435 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1444 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, argument
1478 oparms.path = full_path;
1590 const char *full_path; local
1623 full_path = build_path_from_dentry(dentry, page);
1624 if (IS_ERR(full_path)) {
1625 rc = PTR_ERR(full_path);
1629 cifs_close_deferred_file_under_dentry(tcon, full_path);
1632 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1646 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1656 rc = server->ops->rename_pending_delete(full_path,
1678 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1687 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1709 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1716 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1718 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb,
1721 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb,
1767 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1774 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1793 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1810 NULL /* netfid */, info, &oplock, full_path,
1849 rc = cifs_mkdir_qinfo(inode, dentry, mode, full_path, cifs_sb, tcon,
1863 const char *full_path; local
1880 full_path = build_path_from_dentry(direntry, page);
1881 if (IS_ERR(full_path)) {
1882 rc = PTR_ERR(full_path);
1889 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1897 rc = cifs_posix_mkdir(inode, direntry, mode, full_path, cifs_sb,
1909 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1917 rc = cifs_mkdir_qinfo(inode, direntry, mode, full_path, cifs_sb, tcon,
1939 const char *full_path; local
1947 full_path = build_path_from_dentry(direntry, page);
1948 if (IS_ERR(full_path)) {
1949 rc = PTR_ERR(full_path);
1979 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
2359 const char *full_path; local
2372 full_path = build_path_from_dentry(dentry, page);
2373 if (IS_ERR(full_path)) {
2374 rc = PTR_ERR(full_path);
2379 full_path, inode, inode->i_count.counter,
2384 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2386 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2388 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
2570 unsigned int xid, const char *full_path) argument
2620 rc = server->ops->set_path_size(xid, tcon, full_path,
2661 const char *full_path; local
2683 full_path = build_path_from_dentry(direntry, page);
2684 if (IS_ERR(full_path)) {
2685 rc = PTR_ERR(full_path);
2710 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2771 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2815 const char *full_path; local
2833 full_path = build_path_from_dentry(direntry, page);
2834 if (IS_ERR(full_path)) {
2835 rc = PTR_ERR(full_path);
2875 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2890 rc = id_mode_to_cifs_acl(inode, full_path, &mode,
2911 rc = id_mode_to_cifs_acl(inode, full_path, &mode,
2960 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);