can_write_to_file 6365 source3/include/proto.h bool can_write_to_file(connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf); can_write_to_file 996 source3/smbd/dir.c return can_write_to_file(conn, name, pst); can_write_to_file 155 source3/smbd/dosmode.c if (!can_write_to_file(conn, path, sbuf)) { can_write_to_file 757 source3/smbd/dosmode.c if (can_write_to_file(conn, fname, &sbuf)) { can_write_to_file 641 source3/smbd/nttrans.c || can_write_to_file(conn, fsp->fsp_name, &sbuf)) { can_write_to_file 1108 source3/smbd/nttrans.c || can_write_to_file(conn, fsp->fsp_name, &sbuf)) { can_write_to_file 2565 source3/smbd/posix_acls.c can_write_to_file(conn, fname, psbuf)) {