Searched refs:full_path (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dxattr.c51 char * full_path; local
65 full_path = build_path_from_dentry(direntry);
66 if(full_path == NULL) {
83 rc = CIFSSMBSetEA(xid,pTcon,full_path,ea_name,NULL,
88 kfree(full_path);
103 char * full_path; local
117 full_path = build_path_from_dentry(direntry);
118 if(full_path == NULL) {
130 kfree(full_path);
144 rc = CIFSSMBSetEA(xid,pTcon,full_path,ea_nam
207 char * full_path; local
324 char * full_path; local
[all...]
H A Dlink.c111 char *full_path = NULL; local
118 full_path = build_path_from_dentry(direntry);
120 if (!full_path)
123 cFYI(1, ("Full path: %s inode = 0x%p", full_path, inode));
134 rc = CIFSSMBUnixQuerySymLink(xid, pTcon, full_path,
155 kfree(full_path);
169 char *full_path = NULL; local
177 full_path = build_path_from_dentry(direntry);
179 if(full_path == NULL) {
184 cFYI(1, ("Full path: %s", full_path));
228 char *full_path = NULL; local
[all...]
H A Ddir.c52 char *full_path; local
73 full_path = kmalloc(namelen+1, GFP_KERNEL);
74 if (full_path == NULL)
75 return full_path;
76 full_path[namelen] = 0; /* trailing null */
82 full_path[namelen] = dirsep;
83 strncpy(full_path + namelen + 1, temp->d_name.name,
85 cFYI(0, ("name: %s", full_path + namelen));
90 kfree(full_path);
101 kfree(full_path);
137 char *full_path = NULL; local
325 char *full_path = NULL; local
446 char *full_path = NULL; local
[all...]
H A Dfcntl.c76 char *full_path = NULL; local
87 full_path = build_path_from_dentry(file->f_path.dentry);
89 if (full_path == NULL) {
92 cFYI(1, ("dir notify on file %s Arg 0x%lx", full_path, arg));
93 rc = CIFSSMBOpen(xid, pTcon, full_path, FILE_OPEN,
H A Dinode.c601 char *full_path = NULL; local
618 full_path = build_path_from_dentry(direntry);
620 if (full_path == NULL) {
624 rc = CIFSSMBDelFile(xid, pTcon, full_path, cifs_sb->local_nls,
636 rc = CIFSSMBOpen(xid, pTcon, full_path, FILE_OPEN, DELETE,
657 rc = CIFSSMBSetTimes(xid, pTcon, full_path,
671 rc = CIFSSMBOpen(xid, pTcon, full_path,
688 rc = CIFSSMBDelFile(xid, pTcon, full_path,
699 rc = CIFSSMBOpen(xid, pTcon, full_path,
733 kfree(full_path);
874 char *full_path = NULL; local
1027 char *full_path = NULL; local
1186 char *full_path; local
1394 char *full_path = NULL; local
[all...]
H A Dfile.c99 char *full_path, int xid)
143 full_path, inode->i_sb, xid);
146 full_path, buf, inode->i_sb, xid);
168 char *full_path = NULL; local
209 full_path = build_path_from_dentry(file->f_path.dentry);
210 if (full_path == NULL) {
216 inode, file->f_flags, full_path));
266 rc = CIFSSMBOpen(xid, pTcon, full_path, disposition,
275 rc = SMBLegacyOpen(xid, pTcon, full_path, disposition,
298 &oplock, buf, full_path, xi
96 cifs_open_inode_helper(struct inode *inode, struct file *file, struct cifsInodeInfo *pCifsInode, struct cifsFileInfo *pCifsFile, struct cifsTconInfo *pTcon, int *oplock, FILE_ALL_INFO *buf, char *full_path, int xid) argument
349 char *full_path = NULL; local
[all...]
H A Dreaddir.c432 char * full_path; local
456 full_path = build_path_from_dentry(file->f_path.dentry);
458 if (full_path == NULL) {
462 cFYI(1, ("Full path: %s start at: %lld", full_path, file->f_pos));
477 rc = CIFSFindFirst(xid, pTcon,full_path,cifs_sb->local_nls,
488 kfree(full_path);
H A Dcifsproto.h182 char *full_path, __u64 mode, __u64 uid,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dmodule.c96 pstring full_path; local
109 pstrcpy(full_path, lib_path(subsystem));
110 pstrcat(full_path, "/");
111 pstrcat(full_path, module);
112 pstrcat(full_path, ".");
113 pstrcat(full_path, shlib_ext());
115 DEBUG(5, ("Probing module '%s': Trying to load from %s\n", module, full_path));
117 return do_smb_load_module(full_path, True);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dscanner.c713 char full_path[PATH_MAX]; local
757 sprintf(full_path, "%s/%s", dir, namelist[i]->d_name);
769 type = resolve_unknown_type(full_path, dir_type);
772 printf("%d: %s.\n", i, full_path);
777 insert_directory(name?name:namelist[i]->d_name, full_path, BROWSEDIR_ID, (parent ? parent:""), i+startID);
779 ScanDirectory(full_path, parent_id, dir_type);
784 if( insert_file(name?name:namelist[i]->d_name, full_path, (parent ? parent:""), i+startID) == 0 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dscanner.c717 char full_path[PATH_MAX]; local
764 sprintf(full_path, "%s/%s", dir, namelist[i]->d_name);
776 type = resolve_unknown_type(full_path, dir_type);
780 insert_directory(name?name:namelist[i]->d_name, full_path, BROWSEDIR_ID, (parent ? parent:""), i+startID);
782 ScanDirectory(full_path, parent_id, dir_type);
786 if( insert_file(name?name:namelist[i]->d_name, full_path, (parent ? parent:""), i+startID) == 0 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Ddir.c938 pstring full_path; local
939 getcwd(full_path, sizeof(full_path));
940 pstrcat(full_path, "/");
942 pstrcat(full_path, dir_path);
943 pstrcat(full_path, "/");
945 pstrcat(full_path, name);
947 /* "full_path" is in format "/tmp/mnt/usbx/partx/xxx",
949 if (IS_ADMIN_PATH(conn, &full_path[9])) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dscanner.c724 char full_path[PATH_MAX]; local
771 sprintf(full_path, "%s/%s", dir, namelist[i]->d_name);
783 type = resolve_unknown_type(full_path, dir_type);
785 if( (type == TYPE_DIR) && (access(full_path, R_OK|X_OK) == 0) )
787 insert_directory(name, full_path, BROWSEDIR_ID, (parent ? parent:""), i+startID);
789 ScanDirectory(full_path, parent_id, dir_type);
791 else if( type == TYPE_FILE && (access(full_path, R_OK) == 0) )
793 if( insert_file(name?name:namelist[i]->d_name, full_path, (parent ? parent:""), i+startID) == 0 )

Completed in 93 milliseconds