Searched refs:FIND_WR_ANY (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smb2inode.c | 647 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo()
|
| H A D | file.c | 2170 rc = cifs_get_writable_file(CIFS_I(mapping->host), FIND_WR_ANY, in cifs_partialpagewrite() 2364 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, &cfile); in cifs_writepages() 2630 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_strict_fsync() 2675 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_fsync()
|
| H A D | cifsglob.h | 1757 #define FIND_WR_ANY 0 macro
|
| H A D | inode.c | 2797 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
|
| H A D | smb2ops.c | 3751 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()
|
| H A D | cifssmb.c | 2042 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, in cifs_writev_requeue()
|