Lines Matching refs:full_path

389 			     const unsigned char *full_path,  argument
400 cifs_dbg(FYI, "Getting info on %s\n", full_path);
409 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
426 full_path);
434 rc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,
469 const unsigned char *full_path, argument
869 const char *full_path, argument
894 rc = CIFSFindFirst(xid, tcon, full_path,
906 struct inode **inode, const char *full_path, argument
925 rc = server->ops->get_srv_inum(xid, *inode ? NULL : tcon, cifs_sb, full_path,
942 if (fattr->cf_uniqueid == 0 && strlen(full_path) == 0) {
960 int cifs_get_inode_info(struct inode **inode, const char *full_path, argument
992 rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path, &tmp_data,
998 full_path);
1018 tmprc = server->ops->query_reparse_tag(xid, tcon, cifs_sb, full_path,
1023 tmprc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,
1055 full_path,
1086 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, &fattr);
1097 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
1105 full_path, fid);
1115 full_path, fid);
1127 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
1132 full_path);
1168 const char *full_path, argument
1195 rc = smb311_posix_query_path_info(xid, tcon, cifs_sb, full_path, &data, &adjust_tz,
1232 full_path);
1437 const char *full_path, __u32 dosattr) argument
1483 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1493 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, argument
1527 oparms.path = full_path;
1640 const char *full_path; local
1673 full_path = build_path_from_dentry(dentry, page);
1674 if (IS_ERR(full_path)) {
1675 rc = PTR_ERR(full_path);
1679 cifs_close_deferred_file_under_dentry(tcon, full_path);
1683 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1698 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1708 rc = server->ops->rename_pending_delete(full_path,
1730 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1739 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1761 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1768 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1771 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb,
1775 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb,
1822 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1832 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1852 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1869 NULL /* netfid */, info, &oplock, full_path,
1908 rc = cifs_mkdir_qinfo(inode, dentry, mode, full_path, cifs_sb, tcon,
1923 const char *full_path; local
1940 full_path = build_path_from_dentry(direntry, page);
1941 if (IS_ERR(full_path)) {
1942 rc = PTR_ERR(full_path);
1949 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1958 rc = cifs_posix_mkdir(inode, direntry, mode, full_path, cifs_sb,
1971 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1979 rc = cifs_mkdir_qinfo(inode, direntry, mode, full_path, cifs_sb, tcon,
2001 const char *full_path; local
2009 full_path = build_path_from_dentry(direntry, page);
2010 if (IS_ERR(full_path)) {
2011 rc = PTR_ERR(full_path);
2041 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
2435 const char *full_path; local
2448 full_path = build_path_from_dentry(dentry, page);
2449 if (IS_ERR(full_path)) {
2450 rc = PTR_ERR(full_path);
2455 full_path, inode, inode->i_count.counter,
2460 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2462 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2464 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
2646 unsigned int xid, const char *full_path) argument
2696 rc = server->ops->set_path_size(xid, tcon, full_path,
2738 const char *full_path; local
2760 full_path = build_path_from_dentry(direntry, page);
2761 if (IS_ERR(full_path)) {
2762 rc = PTR_ERR(full_path);
2787 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2848 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2893 const char *full_path; local
2911 full_path = build_path_from_dentry(direntry, page);
2912 if (IS_ERR(full_path)) {
2913 rc = PTR_ERR(full_path);
2953 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2968 rc = id_mode_to_cifs_acl(inode, full_path, &mode,
2989 rc = id_mode_to_cifs_acl(inode, full_path, &mode,
3038 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);