Searched refs:open_file (Results 1 – 11 of 11) sorted by relevance
/linux/fs/cifs/ |
A D | file.c | 944 cifsFileInfo_get(open_file); in cifs_reopen_persistent_handles() 954 cifsFileInfo_put(open_file); in cifs_reopen_persistent_handles() 2020 return open_file; in find_readable_file() 2081 *ret_file = open_file; in cifs_get_writable_file() 2085 inv_file = open_file; in cifs_get_writable_file() 2236 &open_file); in cifs_partialpagewrite() 2238 bytes_written = cifs_write(open_file, open_file->pid, in cifs_partialpagewrite() 2986 pid = open_file->pid; in cifs_write_from_iter() 3721 pid = open_file->pid; in cifs_send_async_read() 4140 pid = open_file->pid; in cifs_read() [all …]
|
A D | smb1ops.c | 763 struct cifsFileInfo *open_file; in smb_set_file_info() local 770 open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY); 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()
|
A D | inode.c | 2566 struct cifsFileInfo *open_file; local 2583 if (open_file) { 2584 tcon = tlink_tcon(open_file->tlink); 2587 rc = server->ops->set_file_size(xid, tcon, open_file, 2591 cifsFileInfo_put(open_file); 2662 struct cifsFileInfo *open_file; local 2751 if (open_file) { 2752 u16 nfid = open_file->fid.netfid; 2753 u32 npid = open_file->pid; 2754 pTcon = tlink_tcon(open_file->tlink); [all …]
|
A D | cifsacl.c | 1452 struct cifsFileInfo *open_file = NULL; in get_cifs_acl() local 1455 open_file = find_readable_file(CIFS_I(inode), true); in get_cifs_acl() 1456 if (!open_file) in get_cifs_acl() 1459 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_cifs_acl() 1460 cifsFileInfo_put(open_file); in get_cifs_acl()
|
A D | smb2ops.c | 3501 struct cifsFileInfo *open_file = NULL; in get_smb2_acl() local 3504 open_file = find_readable_file(CIFS_I(inode), true); in get_smb2_acl() 3505 if (!open_file || (info & SACL_SECINFO)) in get_smb2_acl() 3508 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_smb2_acl() 3509 cifsFileInfo_put(open_file); in get_smb2_acl()
|
A D | cifssmb.c | 72 struct cifsFileInfo *open_file = NULL; in cifs_mark_open_files_invalid() local 79 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_mark_open_files_invalid() 80 open_file->invalidHandle = true; in cifs_mark_open_files_invalid() 81 open_file->oplock_break_cancelled = true; in cifs_mark_open_files_invalid()
|
/linux/tools/perf/util/ |
A D | data.c | 298 static int open_file(struct perf_data *data) in open_file() function 320 return open_file(data); in open_file_dup() 338 ret = open_file(data); in open_dir()
|
/linux/fs/hostfs/ |
A D | hostfs.h | 72 extern int open_file(char *path, int r, int w, int append);
|
A D | hostfs_user.c | 70 int open_file(char *path, int r, int w, int append) in open_file() function
|
A D | hostfs_kern.c | 323 fd = open_file(name, r, w, append); in hostfs_open()
|
/linux/fs/nfsd/ |
A D | filecache.c | 977 goto open_file; in nfsd_file_acquire() 1022 open_file: in nfsd_file_acquire()
|
Completed in 49 milliseconds