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);
1387 const char *full_path, __u32 dosattr) argument
1433 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1442 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, argument
1476 oparms.path = full_path;
1588 const char *full_path; local
1621 full_path = build_path_from_dentry(dentry, page);
1622 if (IS_ERR(full_path)) {
1623 rc = PTR_ERR(full_path);
1627 cifs_close_deferred_file_under_dentry(tcon, full_path);
1630 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1644 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1654 rc = server->ops->rename_pending_delete(full_path,
1676 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1685 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1707 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1714 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1716 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb,
1719 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb,
1765 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1772 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1791 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1808 NULL /* netfid */, info, &oplock, full_path,
1847 rc = cifs_mkdir_qinfo(inode, dentry, mode, full_path, cifs_sb, tcon,
1861 const char *full_path; local
1878 full_path = build_path_from_dentry(direntry, page);
1879 if (IS_ERR(full_path)) {
1880 rc = PTR_ERR(full_path);
1887 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1895 rc = cifs_posix_mkdir(inode, direntry, mode, full_path, cifs_sb,
1907 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1915 rc = cifs_mkdir_qinfo(inode, direntry, mode, full_path, cifs_sb, tcon,
1937 const char *full_path; local
1945 full_path = build_path_from_dentry(direntry, page);
1946 if (IS_ERR(full_path)) {
1947 rc = PTR_ERR(full_path);
1977 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
2358 const char *full_path; local
2371 full_path = build_path_from_dentry(dentry, page);
2372 if (IS_ERR(full_path)) {
2373 rc = PTR_ERR(full_path);
2378 full_path, inode, inode->i_count.counter,
2383 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2385 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2387 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
2569 unsigned int xid, const char *full_path) argument
2619 rc = server->ops->set_path_size(xid, tcon, full_path,
2660 const char *full_path; local
2682 full_path = build_path_from_dentry(direntry, page);
2683 if (IS_ERR(full_path)) {
2684 rc = PTR_ERR(full_path);
2709 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2770 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2812 const char *full_path; local
2830 full_path = build_path_from_dentry(direntry, page);
2831 if (IS_ERR(full_path)) {
2832 rc = PTR_ERR(full_path);
2872 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2887 rc = id_mode_to_cifs_acl(inode, full_path, &mode,
2908 rc = id_mode_to_cifs_acl(inode, full_path, &mode,
2957 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);