Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2inode.c1151 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo()
1367 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1377 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1407 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info()
1466 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_create_reparse_inode()
1475 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_create_reparse_inode()
H A Dfile.c259 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_WR_ANY, &req->cfile); in cifs_begin_writeback()
971 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, &cfile); in cifs_file_flush()
2812 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_fsync()
H A Dcifsglob.h1862 FIND_WR_ANY = 0U, enumerator
H A Dsmb2ops.c3880 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()