Searched refs:FIND_WR_ANY (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/cifs/ |
D | smb2inode.c | 645 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo() 727 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 753 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info()
|
D | file.c | 2355 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, in cifs_writev_requeue() 2500 rc = cifs_get_writable_file(CIFS_I(mapping->host), FIND_WR_ANY, in cifs_partialpagewrite() 2694 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, &cfile); in cifs_writepages() 2966 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_strict_fsync() 3011 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_fsync()
|
D | cifsglob.h | 1802 #define FIND_WR_ANY 0 macro
|
D | inode.c | 2939 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
|
D | smb2ops.c | 3785 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()
|