Lines Matching refs:full_path

362 			     const unsigned char *full_path,  argument
372 cifs_dbg(FYI, "Getting info on %s\n", full_path);
380 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
396 full_path);
725 cifs_get_inode_info(struct inode **inode, const char *full_path, argument
748 cifs_dbg(FYI, "Getting info on %s\n", full_path);
770 rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path,
795 rc = CIFSFindFirst(xid, tcon, full_path,
827 tcon, cifs_sb, full_path,
835 strlen(full_path) == 0) {
854 NULL, cifs_sb, full_path,
859 strlen(full_path) == 0) {
875 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
883 rc = cifs_acl_to_fattr(cifs_sb, &fattr, *inode, full_path, fid);
894 cifs_sfu_mode(&fattr, full_path, cifs_sb, xid);
899 full_path);
1111 char *full_path, __u32 dosattr) argument
1157 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1166 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, argument
1200 oparms.path = full_path;
1312 char *full_path = NULL; local
1335 full_path = build_path_from_dentry(dentry);
1336 if (full_path == NULL) {
1343 rc = CIFSPOSIXDelFile(xid, tcon, full_path,
1357 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb);
1367 rc = server->ops->rename_pending_delete(full_path,
1389 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
1398 cifs_set_file_info(inode, attrs, xid, full_path, origattr);
1411 kfree(full_path);
1420 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1427 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb,
1430 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb,
1466 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
1473 server->ops->mkdir_setinfo(inode, full_path, cifs_sb,
1492 const char *full_path, struct cifs_sb_info *cifs_sb, argument
1509 NULL /* netfid */, info, &oplock, full_path,
1548 rc = cifs_mkdir_qinfo(inode, dentry, mode, full_path, cifs_sb, tcon,
1561 char *full_path; local
1574 full_path = build_path_from_dentry(direntry);
1575 if (full_path == NULL) {
1583 rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path,
1591 rc = cifs_posix_mkdir(inode, direntry, mode, full_path, cifs_sb,
1603 rc = server->ops->mkdir(xid, tcon, full_path, cifs_sb);
1610 rc = cifs_mkdir_qinfo(inode, direntry, mode, full_path, cifs_sb, tcon,
1618 kfree(full_path);
1632 char *full_path = NULL; local
1639 full_path = build_path_from_dentry(direntry);
1640 if (full_path == NULL) {
1660 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
1685 kfree(full_path);
1982 char *full_path = NULL; local
1994 full_path = build_path_from_dentry(dentry);
1995 if (full_path == NULL) {
2001 full_path, inode, inode->i_count.counter,
2005 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
2007 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
2011 kfree(full_path);
2132 unsigned int xid, char *full_path) argument
2182 rc = server->ops->set_path_size(xid, tcon, full_path,
2206 char *full_path = NULL; local
2227 full_path = build_path_from_dentry(direntry);
2228 if (full_path == NULL) {
2249 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2310 rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args,
2336 kfree(full_path);
2350 char *full_path = NULL; local
2369 full_path = build_path_from_dentry(direntry);
2370 if (full_path == NULL) {
2392 rc = cifs_set_file_size(inode, attrs, xid, full_path);
2406 rc = id_mode_to_cifs_acl(inode, full_path, NO_CHANGE_64,
2428 rc = id_mode_to_cifs_acl(inode, full_path, mode,
2471 rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr);
2497 kfree(full_path);