Home
last modified time | relevance | path

Searched refs:open_file (Results 1 – 8 of 8) sorted by relevance

/fs/cifs/
Dfile.c830 struct cifsFileInfo *open_file; in cifs_user_write() local
842 open_file = (struct cifsFileInfo *) file->private_data; in cifs_user_write()
867 if (open_file->closePend) { in cifs_user_write()
874 if (open_file->invalidHandle) { in cifs_user_write()
885 open_file->netfid, in cifs_user_write()
934 struct cifsFileInfo *open_file; in cifs_write() local
945 open_file = (struct cifsFileInfo *)file->private_data; in cifs_write()
967 if (open_file->closePend) { in cifs_write()
974 if (open_file->invalidHandle) { in cifs_write()
997 open_file->netfid, len, in cifs_write()
[all …]
Dcifsacl.c560 struct cifsFileInfo *open_file = NULL; in get_cifs_acl() local
576 open_file = find_readable_file(CIFS_I(inode)); in get_cifs_acl()
587 if (open_file) { in get_cifs_acl()
589 fid = open_file->netfid; in get_cifs_acl()
607 atomic_dec(&open_file->wrtPending); in get_cifs_acl()
620 struct cifsFileInfo *open_file; in set_cifs_acl() local
640 open_file = find_readable_file(CIFS_I(inode)); in set_cifs_acl()
641 if (open_file) { in set_cifs_acl()
643 fid = open_file->netfid; in set_cifs_acl()
661 atomic_dec(&open_file->wrtPending); in set_cifs_acl()
Dinode.c760 struct cifsFileInfo *open_file; local
799 open_file = find_writable_file(cifsInode);
800 if (open_file) {
801 netfid = open_file->netfid;
802 netpid = open_file->pid;
844 if (open_file == NULL)
847 atomic_dec(&open_file->wrtPending);
1689 struct cifsFileInfo *open_file; local
1703 open_file = find_writable_file(cifsInode);
1704 if (open_file) {
[all …]
Dcifssmb.c123 struct cifsFileInfo *open_file = NULL; in mark_open_files_invalid() local
130 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in mark_open_files_invalid()
131 open_file->invalidHandle = true; in mark_open_files_invalid()
/fs/hostfs/
Dhostfs.h62 extern int open_file(char *path, int r, int w, int append);
Dhostfs_user.c113 int open_file(char *path, int r, int w, int append) in open_file() function
Dhostfs_kern.c404 fd = open_file(name, r, w, append); in hostfs_file_open()
/fs/reiserfs/
Dxattr.c436 open_file: in reiserfs_xattr_set()
455 goto open_file; in reiserfs_xattr_set()