Home
last modified time | relevance | path

Searched refs:FIND_WR_ANY (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dsmb2inode.c1065 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo()
1193 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1203 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1234 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info()
1282 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode()
1291 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode()
H A Dfile.c2577 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, in cifs_writev_requeue()
2688 rc = cifs_get_writable_file(CIFS_I(mapping->host), FIND_WR_ANY, in cifs_partialpagewrite()
2856 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, &cfile); in cifs_write_back_from_locked_folio()
3278 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_strict_fsync()
3323 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_fsync()
H A Dcifsglob.h1878 #define FIND_WR_ANY 0 macro
H A Dinode.c3132 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
H A Dsmb2ops.c3713 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()