Lines Matching refs:full_path

368 			     const unsigned char *full_path,  argument
378 cifs_dbg(FYI, "Getting info on %s\n", full_path);
386 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
402 full_path);
812 const char *full_path, argument
837 rc = CIFSFindFirst(xid, tcon, full_path,
852 const char *full_path, argument
874 cifs_sb, full_path,
892 if (fattr->cf_uniqueid == 0 && strlen(full_path) == 0) {
912 const char *full_path, argument
953 full_path, tmp_data,
972 full_path, &reparse_tag);
998 full_path,
1025 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, &fattr);
1035 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
1043 full_path, fid);
1053 full_path, fid);
1065 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
1070 full_path);
1105 const char *full_path, argument
1138 full_path, data,
1175 full_path);
1381 const char *full_path, __u32 dosattr) argument
1427 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1436 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, argument
1470 oparms.path = full_path;
1582 const char *full_path; local
1615 full_path = build_path_from_dentry(dentry, page);
1616 if (IS_ERR(full_path)) {
1617 rc = PTR_ERR(full_path);
1621 cifs_close_deferred_file_under_dentry(tcon, full_path);
1624 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1638 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1648 rc = server->ops->rename_pending_delete(full_path,
1670 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1679 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1701 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1708 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1710 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb,
1713 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb,
1759 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1766 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1785 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1802 NULL /* netfid */, info, &oplock, full_path,
1841 rc = cifs_mkdir_qinfo(inode, dentry, mode, full_path, cifs_sb, tcon,
1855 const char *full_path; local
1872 full_path = build_path_from_dentry(direntry, page);
1873 if (IS_ERR(full_path)) {
1874 rc = PTR_ERR(full_path);
1881 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1889 rc = cifs_posix_mkdir(inode, direntry, mode, full_path, cifs_sb,
1901 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1909 rc = cifs_mkdir_qinfo(inode, direntry, mode, full_path, cifs_sb, tcon,
1931 const char *full_path; local
1939 full_path = build_path_from_dentry(direntry, page);
1940 if (IS_ERR(full_path)) {
1941 rc = PTR_ERR(full_path);
1971 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
2352 const char *full_path; local
2365 full_path = build_path_from_dentry(dentry, page);
2366 if (IS_ERR(full_path)) {
2367 rc = PTR_ERR(full_path);
2372 full_path, inode, inode->i_count.counter,
2377 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2379 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2381 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
2563 unsigned int xid, const char *full_path) argument
2613 rc = server->ops->set_path_size(xid, tcon, full_path,
2654 const char *full_path; local
2676 full_path = build_path_from_dentry(direntry, page);
2677 if (IS_ERR(full_path)) {
2678 rc = PTR_ERR(full_path);
2703 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2764 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2806 const char *full_path; local
2824 full_path = build_path_from_dentry(direntry, page);
2825 if (IS_ERR(full_path)) {
2826 rc = PTR_ERR(full_path);
2866 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2881 rc = id_mode_to_cifs_acl(inode, full_path, &mode,
2902 rc = id_mode_to_cifs_acl(inode, full_path, &mode,
2951 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);