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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfile.c956 struct cifsFileInfo *open_file; local
968 open_file = file->private_data;
989 if (open_file->closePend) {
996 if (open_file->invalidHandle) {
1007 open_file->netfid,
1058 struct cifsFileInfo *open_file; local
1070 open_file = file->private_data;
1088 if (open_file->closePend) {
1095 if (open_file->invalidHandle) {
1118 open_file
1168 struct cifsFileInfo *open_file = NULL; local
1198 struct cifsFileInfo *open_file; local
1287 struct cifsFileInfo *open_file; local
1352 struct cifsFileInfo *open_file; local
1739 struct cifsFileInfo *open_file; local
1822 struct cifsFileInfo *open_file; local
1959 struct cifsFileInfo *open_file; local
2167 struct cifsFileInfo *open_file; local
[all...]
H A Dcifsacl.c603 struct cifsFileInfo *open_file = NULL; local
606 open_file = find_readable_file(CIFS_I(inode));
607 if (!open_file)
610 pntsd = get_cifs_acl_by_fid(cifs_sb, open_file->netfid, pacllen);
611 cifsFileInfo_put(open_file);
659 struct cifsFileInfo *open_file; local
664 open_file = find_readable_file(CIFS_I(inode));
665 if (!open_file)
668 rc = set_cifs_acl_by_fid(cifs_sb, open_file->netfid, pnntsd, acllen);
669 cifsFileInfo_put(open_file);
[all...]
H A Dinode.c869 struct cifsFileInfo *open_file; local
911 open_file = find_writable_file(cifsInode);
912 if (open_file) {
913 netfid = open_file->netfid;
914 netpid = open_file->pid;
956 if (open_file == NULL)
959 cifsFileInfo_put(open_file);
1689 struct cifsFileInfo *open_file; local
1703 open_file = find_writable_file(cifsInode);
1704 if (open_file) {
1772 struct cifsFileInfo *open_file; local
[all...]
H A Dcifssmb.c89 struct cifsFileInfo *open_file = NULL; local
96 open_file = list_entry(tmp, struct cifsFileInfo, tlist);
97 open_file->invalidHandle = true;
98 open_file->oplock_break_cancelled = true;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs.h72 extern int open_file(char *path, int r, int w, int append);
H A Dhostfs_user.c71 int open_file(char *path, int r, int w, int append) function
81 else panic("Impossible mode in open_file");
H A Dhostfs_kern.c329 fd = open_file(name, r, w, append);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dconcatdec.c277 static int open_file(AVFormatContext *avf, unsigned fileno) function
410 if ((ret = open_file(avf, 0)) < 0)
429 return open_file(avf, fileno);
564 if ((ret = open_file(avf, left)) < 0)
571 if ((ret = open_file(avf, left + 1)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dexample.c82 #ifdef open_file /* prototype 1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dexample.c76 #ifdef open_file /* prototype 1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dopen.c264 static NTSTATUS open_file(files_struct *fsp, function
323 DEBUG(10,("open_file: truncate requested on read-only open "
1662 DEBUG(4,("calling open_file with flags=0x%X flags2=0x%X mode=0%o, "
1669 * open_file strips any O_TRUNC flags itself.
1672 fsp_open = open_file(fsp, conn, parent_dir, newname, fname, psbuf,
1965 status = open_file(fsp, conn, NULL, NULL, fname, psbuf, O_WRONLY, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c2630 int (*open_file)(OptionsContext*, const char*))
2649 ret = open_file(&o, g->arg);
2629 open_files(OptionGroupList *l, const char *inout, int (*open_file)(OptionsContext*, const char*)) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html14119 sub open_file($$) subroutine
16409 open_file($file, $line_nr);
19377 open_file($docu, $texi_line_number);

Completed in 280 milliseconds