Searched refs:open_file (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | file.c | 822 struct cifsFileInfo *open_file; in cifs_reopen_persistent_handles() local 838 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_reopen_persistent_handles() 839 if (!open_file->invalidHandle) in cifs_reopen_persistent_handles() 841 cifsFileInfo_get(open_file); in cifs_reopen_persistent_handles() 842 list_add_tail(&open_file->rlist, &tmp_list); in cifs_reopen_persistent_handles() 847 open_file = list_entry(tmp, struct cifsFileInfo, rlist); in cifs_reopen_persistent_handles() 848 if (cifs_reopen_file(open_file, false /* do not flush */)) in cifs_reopen_persistent_handles() 850 list_del_init(&open_file->rlist); in cifs_reopen_persistent_handles() 851 cifsFileInfo_put(open_file); in cifs_reopen_persistent_handles() 1770 cifs_write(struct cifsFileInfo *open_file, __u32 pid, const char *write_data, in cifs_write() argument [all …]
|
| D | smb1ops.c | 763 struct cifsFileInfo *open_file; in smb_set_file_info() local 770 open_file = find_writable_file(cinode, true); in smb_set_file_info() 771 if (open_file) { in smb_set_file_info() 772 fid.netfid = open_file->fid.netfid; in smb_set_file_info() 773 netpid = open_file->pid; in smb_set_file_info() 774 tcon = tlink_tcon(open_file->tlink); in smb_set_file_info() 819 if (open_file == NULL) in smb_set_file_info() 822 cifsFileInfo_put(open_file); in smb_set_file_info()
|
| D | inode.c | 2203 struct cifsFileInfo *open_file; local 2219 open_file = find_writable_file(cifsInode, true); 2220 if (open_file) { 2221 tcon = tlink_tcon(open_file->tlink); 2224 rc = server->ops->set_file_size(xid, tcon, open_file, 2228 cifsFileInfo_put(open_file); 2281 struct cifsFileInfo *open_file; local 2369 open_file = find_writable_file(cifsInode, true); 2370 if (open_file) { 2371 u16 nfid = open_file->fid.netfid; [all …]
|
| D | cifsacl.c | 1104 struct cifsFileInfo *open_file = NULL; in get_cifs_acl() local 1107 open_file = find_readable_file(CIFS_I(inode), true); in get_cifs_acl() 1108 if (!open_file) in get_cifs_acl() 1111 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_cifs_acl() 1112 cifsFileInfo_put(open_file); in get_cifs_acl()
|
| D | smb2ops.c | 2902 struct cifsFileInfo *open_file = NULL; in get_smb2_acl() local 2905 open_file = find_readable_file(CIFS_I(inode), true); in get_smb2_acl() 2906 if (!open_file) in get_smb2_acl() 2909 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_smb2_acl() 2910 cifsFileInfo_put(open_file); in get_smb2_acl()
|
| D | cifssmb.c | 100 struct cifsFileInfo *open_file = NULL; in cifs_mark_open_files_invalid() local 107 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_mark_open_files_invalid() 108 open_file->invalidHandle = true; in cifs_mark_open_files_invalid() 109 open_file->oplock_break_cancelled = true; in cifs_mark_open_files_invalid()
|
| /Linux-v5.4/tools/perf/util/ |
| D | data.c | 276 static int open_file(struct perf_data *data) in open_file() function 298 return open_file(data); in open_file_dup() 316 ret = open_file(data); in open_dir()
|
| /Linux-v5.4/fs/hostfs/ |
| D | hostfs.h | 68 extern int open_file(char *path, int r, int w, int append);
|
| D | hostfs_user.c | 70 int open_file(char *path, int r, int w, int append) in open_file() function
|
| D | hostfs_kern.c | 324 fd = open_file(name, r, w, append); in hostfs_open()
|
| /Linux-v5.4/fs/nfsd/ |
| D | filecache.c | 820 goto open_file; in nfsd_file_acquire() 860 open_file: in nfsd_file_acquire()
|