Lines Matching refs:full_path

374 			     const unsigned char *full_path,  argument
384 cifs_dbg(FYI, "Getting info on %s\n", full_path);
392 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
408 full_path);
818 const char *full_path, argument
843 rc = CIFSFindFirst(xid, tcon, full_path,
858 const char *full_path, argument
880 cifs_sb, full_path,
898 if (fattr->cf_uniqueid == 0 && strlen(full_path) == 0) {
918 const char *full_path, argument
959 full_path, tmp_data,
978 full_path, &reparse_tag);
1004 full_path,
1031 cifs_set_fattr_ino(xid, tcon, sb, inode, full_path, data, &fattr);
1041 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
1049 full_path, fid);
1059 full_path, fid);
1071 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
1076 full_path);
1119 const char *full_path, argument
1152 full_path, data,
1189 full_path);
1407 char *full_path, __u32 dosattr) argument
1453 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1462 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, argument
1496 oparms.path = full_path;
1608 char *full_path = NULL; local
1636 full_path = build_path_from_dentry(dentry);
1637 if (full_path == NULL) {
1644 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1658 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1668 rc = server->ops->rename_pending_delete(full_path,
1690 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1699 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1712 kfree(full_path);
1721 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1728 rc = smb311_posix_get_inode_info(&inode, full_path, parent->i_sb, xid);
1730 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb,
1733 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb,
1769 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1776 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1795 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1812 NULL /* netfid */, info, &oplock, full_path,
1851 rc = cifs_mkdir_qinfo(inode, dentry, mode, full_path, cifs_sb, tcon,
1864 char *full_path; local
1877 full_path = build_path_from_dentry(direntry);
1878 if (full_path == NULL) {
1886 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1894 rc = cifs_posix_mkdir(inode, direntry, mode, full_path, cifs_sb,
1906 rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb);
1914 rc = cifs_mkdir_qinfo(inode, direntry, mode, full_path, cifs_sb, tcon,
1922 kfree(full_path);
1936 char *full_path = NULL; local
1943 full_path = build_path_from_dentry(direntry);
1944 if (full_path == NULL) {
1970 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1995 kfree(full_path);
2302 char *full_path = NULL; local
2315 full_path = build_path_from_dentry(dentry);
2316 if (full_path == NULL) {
2322 full_path, inode, inode->i_count.counter,
2327 rc = smb311_posix_get_inode_info(&inode, full_path, sb, xid);
2329 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2331 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
2336 kfree(full_path);
2507 unsigned int xid, char *full_path) argument
2557 rc = server->ops->set_path_size(xid, tcon, full_path,
2598 char *full_path = NULL; local
2619 full_path = build_path_from_dentry(direntry);
2620 if (full_path == NULL) {
2646 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2707 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2733 kfree(full_path);
2749 char *full_path = NULL; local
2768 full_path = build_path_from_dentry(direntry);
2769 if (full_path == NULL) {
2811 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2825 rc = id_mode_to_cifs_acl(inode, full_path, NO_CHANGE_64,
2846 rc = id_mode_to_cifs_acl(inode, full_path, mode,
2888 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2914 kfree(full_path);